UNPKG

@ark-ui/vue

Version:

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

4 lines (3 loc) 170 B
type CreateContextReturn<T> = [(opts: T) => void, (fallback?: T) => T, symbol]; export declare const createContext: <T>(id: string) => CreateContextReturn<T>; export {};