ui-ingredients
Version:
Headless component library for Svelte powered by zag
15 lines (14 loc) • 1.01 kB
TypeScript
export * as Listbox from './listbox.js';
export type { ListboxContentProps } from './listbox-content.svelte';
export type { ListboxInputProps } from './listbox-input.svelte';
export type { ListboxItemGroupLabelProps } from './listbox-item-group-label.svelte';
export type { ListboxItemGroupProps } from './listbox-item-group.svelte';
export type { ListboxItemIndicatorProps } from './listbox-item-indicator.svelte';
export type { ListboxItemTextProps } from './listbox-item-text.svelte';
export type { ListboxItemProps } from './listbox-item.svelte';
export type { ListboxLabelProps } from './listbox-label.svelte';
export type { ListboxProps } from './listbox-root.svelte';
export type { ListboxValueTextProps } from './listbox-value-text.svelte';
export { createListbox, type CreateListboxProps, type CreateListboxReturn, } from './create-listbox.svelte.js';
export { anatomy as listboxAnatomy } from './listbox-anatomy.js';
export { getListboxContext, setListboxContext, } from './listbox-context.svelte.js';