UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 245 B
import type { BottomSheetBaseContextValue } from '../context'; export declare const BottomSheetBaseContext: import("react").Context<BottomSheetBaseContextValue>; export declare const useBottomSheetBaseContext: () => BottomSheetBaseContextValue;