@engie-group/fluid-design-system-react
Version:
Fluid Design System React
14 lines (13 loc) • 490 B
text/typescript
export {
NJPopoverAnchor as Anchor,
type NJPopoverAnchorProps as AnchorProps
} from './anchor/NJPopoverAnchor';
export {
NJPopoverContent as Content,
type NJPopoverContentProps as ContentProps
} from './content/NJPopoverContent';
export {
NJPopoverInteractions as Interactions,
type NJPopoverInteractionsProps as InteractionsProps
} from './interactions/NJPopoverInteractions';
export { NJPopoverRoot as Root, type NJPopoverRootProps as RootProps } from './root/NJPopoverRoot';