@ariakit/react
Version:
Toolkit for building accessible web apps with React
29 lines (26 loc) • 1.19 kB
JavaScript
"use client";
// src/popover.ts
import { Popover } from "@ariakit/react-components/popover/popover";
import { PopoverAnchor } from "@ariakit/react-components/popover/popover-anchor";
import { PopoverArrow } from "@ariakit/react-components/popover/popover-arrow";
import { usePopoverContext } from "@ariakit/react-components/popover/popover-context";
import { PopoverDescription } from "@ariakit/react-components/popover/popover-description";
import { PopoverDisclosure } from "@ariakit/react-components/popover/popover-disclosure";
import { PopoverDisclosureArrow } from "@ariakit/react-components/popover/popover-disclosure-arrow";
import { PopoverDismiss } from "@ariakit/react-components/popover/popover-dismiss";
import { PopoverHeading } from "@ariakit/react-components/popover/popover-heading";
import { PopoverProvider } from "@ariakit/react-components/popover/popover-provider";
import { usePopoverStore } from "@ariakit/react-components/popover/popover-store";
export {
Popover,
PopoverAnchor,
PopoverArrow,
usePopoverContext,
PopoverDescription,
PopoverDisclosure,
PopoverDisclosureArrow,
PopoverDismiss,
PopoverHeading,
PopoverProvider,
usePopoverStore
};