UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 261 B
export type BottomSheetBaseMaxHeight = number; export type BottomSheetBaseGetMaxHeightParams = { minHeight: number; maxHeight: number; }; export type BottomSheetBaseGetMaxHeight = (params: BottomSheetBaseGetMaxHeightParams) => BottomSheetBaseMaxHeight;