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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user