UNPKG

@ark-ui/vue

Version:

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

11 lines (6 loc) 443 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const createContext = require('../../utils/create-context.cjs'); const [ColorPickerSwatchPropsProvider, useColorPickerSwatchPropsContext] = createContext.createContext("ColorPickerSwatchPropsContext"); exports.ColorPickerSwatchPropsProvider = ColorPickerSwatchPropsProvider; exports.useColorPickerSwatchPropsContext = useColorPickerSwatchPropsContext;