UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

6 lines (5 loc) 292 B
import { UseBottomSheetReturn } from './use-bottom-sheet'; import { Provider } from 'react'; export interface UseBottomSheetContext extends UseBottomSheetReturn { } export declare const BottomSheetProvider: Provider<UseBottomSheetContext>, useBottomSheetContext: () => UseBottomSheetContext;