diff --git a/src/components/bottomSheet/types.d.ts b/src/components/bottomSheet/types.d.ts index e5f6c1dac..3d25a2519 100644 --- a/src/components/bottomSheet/types.d.ts +++ b/src/components/bottomSheet/types.d.ts @@ -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 @@ -235,7 +241,6 @@ export interface BottomSheetProps * @type boolean */ $modal?: boolean; - detached?: boolean; //#endregion }