@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
13 lines (8 loc) • 356 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const usePasswordInputContext = require('./use-password-input-context.cjs');
const PasswordInputContext = (props) => {
return props.children(usePasswordInputContext.usePasswordInputContext());
};
exports.PasswordInputContext = PasswordInputContext;