UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 286 B
//#region src/components/checkbox/use-checkbox-context.ts var [CheckboxProvider, useCheckboxContext] = require("../../utils/create-context.cjs").createContext("CheckboxContext"); //#endregion exports.CheckboxProvider = CheckboxProvider; exports.useCheckboxContext = useCheckboxContext;