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.

6 lines 409 B
import { type UseAnchorPositioningParameters, type UseAnchorPositioningReturnValue } from "../../internals/useAnchorPositioning.js"; /** * Positioning path for the Navigation Menu, whose active trigger supplies its root store after the * positioner has already rendered. */ export declare function useNavigationMenuAnchorPositioning(params: UseAnchorPositioningParameters): UseAnchorPositioningReturnValue;