UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

21 lines (20 loc) 1.41 kB
export * as Select from './select.js'; export type { SelectClearTriggerProps } from './select-clear-trigger.svelte'; export type { SelectContentProps } from './select-content.svelte'; export type { SelectControlProps } from './select-control.svelte'; export type { SelectHiddenSelectProps } from './select-hidden-select.svelte'; export type { SelectIndicatorProps } from './select-indicator.svelte'; export type { SelectItemGroupLabelProps } from './select-item-group-label.svelte'; export type { SelectItemGroupProps } from './select-item-group.svelte'; export type { SelectItemIndicatorProps } from './select-item-indicator.svelte'; export type { SelectItemTextProps } from './select-item-text.svelte'; export type { SelectItemProps } from './select-item.svelte'; export type { SelectLabelProps } from './select-label.svelte'; export type { SelectListProps } from './select-list.svelte'; export type { SelectPositionerProps } from './select-positioner.svelte'; export type { SelectProps } from './select-root.svelte'; export type { SelectTriggerProps } from './select-trigger.svelte'; export type { SelectValueTextProps } from './select-value-text.svelte'; export { createSelect, type CreateSelectProps, type CreateSelectReturn, } from './create-select.svelte.js'; export { anatomy as selectAnatomy } from './select-anatomy.js'; export { getSelectContext, setSelectContext } from './select-context.svelte.js';