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.

15 lines 452 B
import { PopupTriggerMap } from "../../utils/popups/index.js"; import { FloatingRootStore } from "../components/FloatingRootStore.js"; export function getEmptyRootContext() { return new FloatingRootStore({ open: false, transitionStatus: undefined, floatingElement: null, referenceElement: null, triggerElements: new PopupTriggerMap(), floatingId: '', syncOnly: false, nested: false, onOpenChange: undefined }); }