UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 340 B
import { createContext } from "../../utils/create-context.js"; //#region src/components/color-picker/use-color-picker-format-context.ts var [ColorPickerFormatPropsProvider, useColorPickerFormatPropsContext] = createContext("ColorPickerFormatProps"); //#endregion export { ColorPickerFormatPropsProvider, useColorPickerFormatPropsContext };