UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 253 B
import { UseTimerReturn } from './use-timer'; export interface UseTimerContext extends UseTimerReturn { } export declare const TimerProvider: (opts: UseTimerContext) => void, useTimerContext: (fallback?: UseTimerContext | undefined) => UseTimerContext;