UNPKG

@ark-ui/react

Version:

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

7 lines (4 loc) 197 B
'use client'; import { useColorPickerContext } from './use-color-picker-context.js'; const ColorPickerContext = (props) => props.children(useColorPickerContext()); export { ColorPickerContext };