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 8b6326b commit 52d84bdCopy full SHA for 52d84bd
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