diff options
author | 2023-06-25 10:26:29 +0200 | |
---|---|---|
committer | 2023-06-25 08:26:29 +0000 | |
commit | a9c7b891937ff39b9c5c70a1f4e95d28bc449db5 (patch) | |
tree | e2fe14271550030012a6be3307b0110534ab3dd2 /components.d.ts | |
parent | 6bda2caa048dd96f315d710e44a4f4c208328585 (diff) | |
download | it-tools-a9c7b891937ff39b9c5c70a1f4e95d28bc449db5.tar.gz it-tools-a9c7b891937ff39b9c5c70a1f4e95d28bc449db5.tar.zst it-tools-a9c7b891937ff39b9c5c70a1f4e95d28bc449db5.zip |
feat(new-tool): password strength analyzer (#502)
Diffstat (limited to 'components.d.ts')
-rw-r--r-- | components.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components.d.ts b/components.d.ts index ae91be5..6dbe552 100644 --- a/components.d.ts +++ b/components.d.ts @@ -140,6 +140,7 @@ declare module '@vue/runtime-core' { NUpload: typeof import('naive-ui')['NUpload'] NUploadDragger: typeof import('naive-ui')['NUploadDragger'] OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default'] + PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default'] PercentageCalculator: typeof import('./src/tools/percentage-calculator/percentage-calculator.vue')['default'] PhoneParserAndFormatter: typeof import('./src/tools/phone-parser-and-formatter/phone-parser-and-formatter.vue')['default'] QrCodeGenerator: typeof import('./src/tools/qr-code-generator/qr-code-generator.vue')['default'] |