UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 277 B
import * as switch_ from '@zag-js/switch'; export interface CreateSwitchProps extends Omit<switch_.Props, 'dir' | 'getRootNode'> { } export interface CreateSwitchReturn extends switch_.Api { } export declare function createSwitch(props: CreateSwitchProps): CreateSwitchReturn;