UNPKG

@ark-ui/react

Version:

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

6 lines (5 loc) 251 B
import { UseSwitchReturn } from './use-switch'; import { Provider } from 'react'; export interface UseSwitchContext extends UseSwitchReturn { } export declare const SwitchProvider: Provider<UseSwitchContext>, useSwitchContext: () => UseSwitchContext;