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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";