UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 363 B
import { ColorFormat } from '@zag-js/color-picker'; export interface UseColorPickerSwatchPropsContext { format: ColorFormat; } export declare const ColorPickerFormatPropsProvider: (opts: UseColorPickerSwatchPropsContext) => void, useColorPickerFormatPropsContext: (fallback?: UseColorPickerSwatchPropsContext | undefined) => UseColorPickerSwatchPropsContext;