Skip to content

Commit 3d2c3c4

Browse files
committed
chore: signature
1 parent a5e791e commit 3d2c3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bottomsheet/bottomsheet-common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export interface BottomSheetOptions {
2828
transparent?: boolean; // optional parameter to make the bottomsheet transparent
2929
ignoreTopSafeArea?: boolean; // optional ios parameter to top safe area. Default is true
3030
ignoreBottomSafeArea?: boolean; // optional ios parameter to bottom safe area. Default is false
31+
disableDimBackground?: boolean; // optional parameter to remove the dim background
3132
}
3233

3334
export abstract class ViewWithBottomSheetBase extends View {

0 commit comments

Comments
 (0)