@yamada-ui/password-input
Version:
Yamada UI password input component
1 lines • 697 B
Source Map (JSON)
{"version":3,"sources":["../src/password-input-context.ts"],"sourcesContent":["import type { CSSUIObject } from \"@yamada-ui/core\"\nimport { createContext } from \"@yamada-ui/utils\"\n\ninterface PasswordInputContext {\n styles: { [key: string]: CSSUIObject | undefined }\n}\n\nexport const [PasswordInputProvider, usePasswordInputContext] =\n createContext<PasswordInputContext>({\n name: \"PasswordInputContext\",\n errorMessage: `usePasswordInputContext returned is 'undefined'. Seems you forgot to wrap the components in \"<PasswordInput />\"`,\n })\n"],"mappings":";;;AACA,SAAS,qBAAqB;AAMvB,IAAM,CAAC,uBAAuB,uBAAuB,IAC1D,cAAoC;AAAA,EAClC,MAAM;AAAA,EACN,cAAc;AAChB,CAAC;","names":[]}