@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
6 lines (5 loc) • 331 B
TypeScript
import { SwatchProps } from '@zag-js/color-picker';
import { Provider } from 'react';
export interface UseColorPickerSwatchPropsContext extends SwatchProps {
}
export declare const ColorPickerSwatchPropsProvider: Provider<UseColorPickerSwatchPropsContext>, useColorPickerSwatchPropsContext: () => UseColorPickerSwatchPropsContext;