UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 262 B
export * as Combobox from './combobox.js'; export { anatomy as comboboxAnatomy } from './combobox-anatomy.js'; export { getComboboxContext, setComboboxContext, } from './combobox-context.svelte.js'; export { createCombobox, } from './create-combobox.svelte.js';