@ozen-ui/kit
Version:
React component library
8 lines (7 loc) • 460 B
TypeScript
export type BottomSheetBaseRef = HTMLDivElement;
export type BottomSheetBaseRootRef = HTMLDivElement;
export type BottomSheetBaseScrollRef = HTMLDivElement;
export type BottomSheetBaseContentRef = HTMLDivElement;
export type BottomSheetBaseBlockRef = HTMLDivElement;
export type BottomSheetBaseAddBlockRef = (id: string, instance: BottomSheetBaseBlockRef | null) => void;
export type BottomSheetBaseBlocksRefs = Record<string, BottomSheetBaseBlockRef | null>;