Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit 3560ee9

Browse files
committed
fix(AtActionSheetFooter): fix onClick type
1 parent 29676e7 commit 3560ee9

File tree

1 file changed

+1
-1
lines changed
  • src/components/action-sheet/footer

1 file changed

+1
-1
lines changed

src/components/action-sheet/footer/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const AtActionSheetFooter = defineComponent({
77

88
props: {
99
onClick: {
10-
type: Function as unknown as () => () => {},
10+
type: Function as unknown as () => AtActionSheetFooterProps['onClick'],
1111
default: () => () => { }
1212
},
1313
},

0 commit comments

Comments
 (0)