UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 262 B
export * as Checkbox from './checkbox.js'; export { anatomy as checkboxAnatomy } from './checkbox-anatomy.js'; export { getCheckboxContext, setCheckboxContext, } from './checkbox-context.svelte.js'; export { createCheckbox, } from './create-checkbox.svelte.js';