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.

14 lines 776 B
export * as NavigationMenu from "./index.parts.mjs"; export type * from "./root/NavigationMenuRoot.mjs"; export type * from "./trigger/NavigationMenuTrigger.mjs"; export type * from "./portal/NavigationMenuPortal.mjs"; export type * from "./positioner/NavigationMenuPositioner.mjs"; export type * from "./viewport/NavigationMenuViewport.mjs"; export type * from "./list/NavigationMenuList.mjs"; export type * from "./item/NavigationMenuItem.mjs"; export type * from "./content/NavigationMenuContent.mjs"; export type * from "./popup/NavigationMenuPopup.mjs"; export type * from "./backdrop/NavigationMenuBackdrop.mjs"; export type * from "./arrow/NavigationMenuArrow.mjs"; export type * from "./link/NavigationMenuLink.mjs"; export type * from "./icon/NavigationMenuIcon.mjs";