UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

9 lines (8 loc) 997 B
import { PopoverAnchor, PopoverAnchorProps, PopoverBody, PopoverBodyProps, PopoverContent, PopoverContentProps, PopoverFooter, PopoverFooterProps, PopoverHeader, PopoverHeaderProps, PopoverPropsContext, PopoverRoot, PopoverRootProps, PopoverTrigger, PopoverTriggerProps, usePopoverPropsContext } from "./popover.js"; //#region src/components/popover/namespace.d.ts declare namespace namespace_d_exports { export { PopoverAnchor as Anchor, PopoverAnchorProps as AnchorProps, PopoverBody as Body, PopoverBodyProps as BodyProps, PopoverContent as Content, PopoverContentProps as ContentProps, PopoverFooter as Footer, PopoverFooterProps as FooterProps, PopoverHeader as Header, PopoverHeaderProps as HeaderProps, PopoverPropsContext as PropsContext, PopoverRoot as Root, PopoverRootProps as RootProps, PopoverTrigger as Trigger, PopoverTriggerProps as TriggerProps, usePopoverPropsContext as usePropsContext }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map