ui-ingredients
Version:
Headless component library for Svelte powered by zag
16 lines (15 loc) • 1.07 kB
TypeScript
export * as Popover from './popover.js';
export type { PopoverAnchorProps } from './popover-anchor.svelte';
export type { PopoverArrowTipProps } from './popover-arrow-tip.svelte';
export type { PopoverArrowProps } from './popover-arrow.svelte';
export type { PopoverCloseTriggerProps } from './popover-close-trigger.svelte';
export type { PopoverContentProps } from './popover-content.svelte';
export type { PopoverDescriptionProps } from './popover-description.svelte';
export type { PopoverIndicatorProps } from './popover-indicator.svelte';
export type { PopoverPositionerProps } from './popover-positioner.svelte';
export type { PopoverProps } from './popover-root.svelte';
export type { PopoverTitleProps } from './popover-title.svelte';
export type { PopoverTriggerProps } from './popover-trigger.svelte';
export { createPopover, type CreatePopoverProps, type CreatePopoverReturn, } from './create-popover.svelte.js';
export { anatomy as popoverAnatomy } from './popover-anatomy.js';
export { getPopoverContext, setPopoverContext, } from './popover-context.svelte.js';