UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 262 B
import { UseAvatarReturn } from './use-avatar'; export interface UseAvatarContext extends UseAvatarReturn { } export declare const AvatarProvider: (opts: UseAvatarContext) => void, useAvatarContext: (fallback?: UseAvatarContext | undefined) => UseAvatarContext;