UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

10 lines 262 B
import { DialogStore } from "../store/DialogStore.mjs"; export declare function DialogInteractions({ store, parentContext, isDrawer }: { store: DialogStore<any>; parentContext: DialogStore<unknown>['context'] | undefined; isDrawer: boolean; }): null;