UNPKG

@ark-ui/react

Version:

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

6 lines (5 loc) 292 B
import { UseColorPickerReturn } from './use-color-picker'; import { Provider } from 'react'; export interface UseColorPickerContext extends UseColorPickerReturn { } export declare const ColorPickerProvider: Provider<UseColorPickerContext>, useColorPickerContext: () => UseColorPickerContext;