@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
text/typescript
import { UseColorPickerReturn } from './use-color-picker';
export interface UseColorPickerContext extends UseColorPickerReturn {
}
export declare const ColorPickerProvider: (opts: UseColorPickerContext) => void, useColorPickerContext: (fallback?: UseColorPickerContext | undefined) => UseColorPickerContext;