We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfd2f0 commit c7fa61aCopy full SHA for c7fa61a
src/packages/dialog/dialog.taro.tsx
@@ -44,7 +44,7 @@ const defaultProps = {
44
onClose: () => {},
45
onConfirm: () => {},
46
onOverlayClick: () => true,
47
-}
+} as TaroDialogProps
48
49
export const BaseDialog: FunctionComponent<Partial<TaroDialogProps>> & {
50
open: typeof open
0 commit comments