Skip to content

Commit

Permalink
fix: added children type to containerComponent prop type (#1971)(by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodonisko authored Oct 15, 2024
1 parent 83fe8ae commit 203e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bottomSheetModal/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface BottomSheetModalProps
* @type React.ComponentType
* @default undefined
*/
containerComponent?: React.FC;
containerComponent?: React.ComponentType<React.PropsWithChildren>;

// callbacks
/**
Expand Down

0 comments on commit 203e52f

Please sign in to comment.