Skip to content

Commit

Permalink
fix: 🐛 ActionSheet
Browse files Browse the repository at this point in the history
修复 closeText 的类型错误
  • Loading branch information
shaodahong committed Jan 28, 2019
1 parent 6b46faa commit 1d837b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action-sheet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface ActionSheetProps {
visible?: boolean
className?: string
items: ActionSheetPropsItems[]
closeText: any
closeText?: any
onClose?: MouseEventHandler<HTMLElement>
onClick?: (item: ActionSheetPropsItems) => void
[otherProps: string]: any
Expand Down

0 comments on commit 1d837b0

Please sign in to comment.