UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

5 lines (4 loc) 262 B
import { UseSwitchReturn } from './use-switch'; export interface UseSwitchContext extends UseSwitchReturn { } export declare const SwitchProvider: (opts: UseSwitchContext) => void, useSwitchContext: (fallback?: UseSwitchContext | undefined) => UseSwitchContext;