UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

6 lines (5 loc) 299 B
export { default as Control } from './SwitchControl.svelte'; export { default as HiddenInput } from './SwitchHiddenInput.svelte'; export { default as Label } from './SwitchLabel.svelte'; export { default as Root } from './SwitchRoot.svelte'; export { default as Thumb } from './SwitchThumb.svelte';