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/editable/use-editable-context.ts var [EditableProvider, useEditableContext] = require("../../utils/create-context.cjs").createContext("EditableContext"); //#endregion exports.EditableProvider = EditableProvider; exports.useEditableContext = useEditableContext;