@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
16 lines (11 loc) • 490 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const createContext = require('../../utils/create-context.cjs');
const [PasswordInputProvider, usePasswordInputContext] = createContext.createContext({
name: "PasswordInputContext",
hookName: "usePasswordInputContext",
providerName: "<PasswordInputProvider />"
});
exports.PasswordInputProvider = PasswordInputProvider;
exports.usePasswordInputContext = usePasswordInputContext;