Skip to content

Commit

Permalink
fix(component): fixed types of SwiperItem (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
twchn authored and luckyadam committed Nov 5, 2018
1 parent e0cd450 commit 548d72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/types/Swiper.d.ts
Expand Up @@ -124,7 +124,7 @@ interface SwiperItemProps extends StandardProps {
/**
* 该 swiper-item 的标识符
*/
itemId: string
itemId?: string
}

declare const SwiperItem: ComponentType<SwiperItemProps>
Expand Down

0 comments on commit 548d72f

Please sign in to comment.