This commit is contained in:
Michael Telatynski
2025-01-29 08:35:40 +00:00
parent 505533a5f5
commit b0c81d53d9
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ Please see LICENSE files in the repository root for full details.
*/
export { ModuleLoader, ModuleIncompatibleError } from "./loader";
export type { Api, Module, ModuleFactory } from "./api";
export type { Api, Module, ModuleFactory, Config, ConfigApi } from "./api";
export type * from "./legacy-modules";
export type * from "./legacy-customisations";