Skip to content

Commit

Permalink
docs: updated detached prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 12, 2021
1 parent 3aa5fdb commit 9d4779b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/bottomSheet/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ export interface BottomSheetProps
* @default 2.5
*/
overDragResistanceFactor?: number;
/**
* Defines whether the bottom sheet is attached to the bottom or no.
* @type boolean
* @default false
*/
detached?: boolean;
/**
* Enable content panning gesture interaction.
* @type boolean
Expand Down Expand Up @@ -235,7 +241,6 @@ export interface BottomSheetProps
* @type boolean
*/
$modal?: boolean;
detached?: boolean;
//#endregion
}

Expand Down

0 comments on commit 9d4779b

Please sign in to comment.