UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

10 lines (9 loc) 543 B
export { anatomy as checkboxAnatomy } from '@zag-js/checkbox'; export * as Checkbox from './Checkbox.js'; export * from './CheckboxContext.svelte.js'; export type { CheckboxControlProps } from './CheckboxControl.svelte'; export type { CheckboxHiddenInputProps } from './CheckboxHiddenInput.svelte'; export type { CheckboxIndicatorProps } from './CheckboxIndicator.svelte'; export type { CheckboxLabelProps } from './CheckboxLabel.svelte'; export type { CheckboxProps } from './CheckboxRoot.svelte'; export * from './createCheckbox.svelte.js';