UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 326 B
//#region src/components/password-input/use-password-input-context.ts var [PasswordInputProvider, usePasswordInputContext] = require("../../utils/create-context.cjs").createContext("PasswordInput"); //#endregion exports.PasswordInputProvider = PasswordInputProvider; exports.usePasswordInputContext = usePasswordInputContext;