UNPKG

@ark-ui/vue

Version:

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

6 lines (3 loc) 270 B
import { createContext } from '../../utils/create-context.js'; const [ColorPickerChannelPropsProvider, useColorPickerChannelPropsContext] = createContext("ColorPickerChannelPropsContext"); export { ColorPickerChannelPropsProvider, useColorPickerChannelPropsContext };