UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 413 B
//#region src/components/color-picker/use-color-picker-channel-props-context.ts var [ColorPickerChannelPropsProvider, useColorPickerChannelPropsContext] = require("../../utils/create-context.cjs").createContext("ColorPickerChannelPropsContext"); //#endregion exports.ColorPickerChannelPropsProvider = ColorPickerChannelPropsProvider; exports.useColorPickerChannelPropsContext = useColorPickerChannelPropsContext;