ui-ingredients
Version:
Headless component library for Svelte powered by zag
10 lines (9 loc) • 503 B
TypeScript
export { anatomy as switchAnatomy } from '@zag-js/switch';
export * from './createSwitch.svelte.js';
export * as Switch from './Switch.js';
export * from './SwitchContext.svelte.js';
export type { SwitchControlProps } from './SwitchControl.svelte';
export type { SwitchHiddenInputProps } from './SwitchHiddenInput.svelte';
export type { SwitchLabelProps } from './SwitchLabel.svelte';
export type { SwitchProps } from './SwitchRoot.svelte';
export type { SwitchThumbProps } from './SwitchThumb.svelte';