improve developer experience of generator extension symbols (#9690)
This commit is contained in:
parent
c26669cf60
commit
ce88038c0d
|
@ -2,3 +2,8 @@ export * as history from "./history";
|
||||||
export * as legacyPassword from "./legacy-password";
|
export * as legacyPassword from "./legacy-password";
|
||||||
export * as legacyUsername from "./legacy-username";
|
export * as legacyUsername from "./legacy-username";
|
||||||
export * as navigation from "./navigation";
|
export * as navigation from "./navigation";
|
||||||
|
|
||||||
|
export { GeneratorHistoryService } from "./history";
|
||||||
|
export { GeneratorNavigationService } from "./navigation";
|
||||||
|
export { PasswordGenerationServiceAbstraction } from "./legacy-password";
|
||||||
|
export { UsernameGenerationServiceAbstraction } from "./legacy-username";
|
||||||
|
|
Loading…
Reference in New Issue