UNPKG

@ark-ui/react

Version:

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

9 lines (6 loc) 221 B
'use client'; import { usePasswordInputContext } from './use-password-input-context.js'; const PasswordInputContext = (props) => { return props.children(usePasswordInputContext()); }; export { PasswordInputContext };