UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 308 B
import { UseNumberInputReturn } from './use-number-input'; export interface UseNumberInputContext extends UseNumberInputReturn { } export declare const NumberInputProvider: (opts: UseNumberInputContext) => void, useNumberInputContext: (fallback?: UseNumberInputContext | undefined) => UseNumberInputContext;