Skip to content

Commit

Permalink
fix: type description
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Nov 15, 2022
1 parent 0996cac commit f4f6486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/composites/Modal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export interface InterfaceModalProps extends InterfaceBoxProps<IModalProps> {
* Props to be passed to the Overlay used inside of Modal.
*/
_overlay?: IOverlayProps;

/* If true, renders react-native native modal
/**
* If true, renders react-native native modal
* @default false
*/
useRNModal?: boolean;
Expand Down

0 comments on commit f4f6486

Please sign in to comment.