UNPKG

@yamada-ui/password-input

Version:

Yamada UI password input component

14 lines (12 loc) 441 B
"use client" // src/password-input-context.ts import { createContext } from "@yamada-ui/utils"; var [PasswordInputProvider, usePasswordInputContext] = createContext({ name: "PasswordInputContext", errorMessage: `usePasswordInputContext returned is 'undefined'. Seems you forgot to wrap the components in "<PasswordInput />"` }); export { PasswordInputProvider, usePasswordInputContext }; //# sourceMappingURL=chunk-JKICLSDF.mjs.map