UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 281 B
import { UsePinInputReturn } from './use-pin-input'; export interface UsePinInputContext extends UsePinInputReturn { } export declare const PinInputProvider: (opts: UsePinInputContext) => void, usePinInputContext: (fallback?: UsePinInputContext | undefined) => UsePinInputContext;