1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

improve developer experience of generator extension symbols (#9690)

This commit is contained in:
✨ Audrey ✨
2024-06-17 11:10:00 -04:00
committed by GitHub
parent c26669cf60
commit ce88038c0d
3 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,8 @@ export * as history from "./history";
export * as legacyPassword from "./legacy-password";
export * as legacyUsername from "./legacy-username";
export * as navigation from "./navigation";
export { GeneratorHistoryService } from "./history";
export { GeneratorNavigationService } from "./navigation";
export { PasswordGenerationServiceAbstraction } from "./legacy-password";
export { UsernameGenerationServiceAbstraction } from "./legacy-username";