UNPKG

@ark-ui/react

Version:

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

7 lines (6 loc) 336 B
import { ColorFormat } from '@zag-js/color-picker'; import { Provider } from 'react'; export interface UseColorPickerSwatchPropsContext { format: ColorFormat; } export declare const ColorPickerFormatPropsProvider: Provider<UseColorPickerSwatchPropsContext>, useColorPickerFormatPropsContext: () => UseColorPickerSwatchPropsContext;