UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 366 B
import { ChannelProps } from '@zag-js/color-picker'; export interface UseColorPickerChannelPropsContext extends ChannelProps { } export declare const ColorPickerChannelPropsProvider: (opts: UseColorPickerChannelPropsContext) => void, useColorPickerChannelPropsContext: (fallback?: UseColorPickerChannelPropsContext | undefined) => UseColorPickerChannelPropsContext;