@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 346 B
TypeScript
import { SwatchProps } from '@zag-js/color-picker';
export interface ColorPickerSwatchPropsContext extends SwatchProps {
}
export declare const ColorPickerSwatchPropsProvider: (opts: ColorPickerSwatchPropsContext) => void, useColorPickerSwatchPropsContext: (fallback?: ColorPickerSwatchPropsContext | undefined) => ColorPickerSwatchPropsContext;