We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fe8ae commit 203e52fCopy full SHA for 203e52f
src/components/bottomSheetModal/types.d.ts
@@ -43,7 +43,7 @@ export interface BottomSheetModalProps
43
* @type React.ComponentType
44
* @default undefined
45
*/
46
- containerComponent?: React.FC;
+ containerComponent?: React.ComponentType<React.PropsWithChildren>;
47
48
// callbacks
49
/**
0 commit comments