UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

3 lines (2 loc) 220 B
import type { CreateSwitchReturn } from './create-switch.svelte.js'; export declare const getSwitchContext: () => CreateSwitchReturn, setSwitchContext: (context: CreateSwitchReturn | (() => CreateSwitchReturn)) => void;