@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 308 B
text/typescript
import { UseBottomSheetReturn } from './use-bottom-sheet';
export interface UseBottomSheetContext extends UseBottomSheetReturn {
}
export declare const BottomSheetProvider: (opts: UseBottomSheetContext) => void, useBottomSheetContext: (fallback?: UseBottomSheetContext | undefined) => UseBottomSheetContext;