Files
ThreadNet-Web/packages/element-web-module-api/src/index.ts
T

15 lines
562 B
TypeScript
Raw Normal View History

2025-01-27 10:07:35 +00:00
/*
Copyright 2025 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE files in the repository root for full details.
*/
2025-01-28 11:52:33 +00:00
export { ModuleLoader, ModuleIncompatibleError } from "./loader";
2025-05-13 10:40:26 +01:00
export type { Api, Module, ModuleFactory } from "./api";
export type { Config, ConfigApi } from "./api/config";
export type { I18nApi, Variables, Translations } from "./api/i18n";
2025-05-16 15:49:07 +01:00
export type * from "./api/custom-components";
2025-05-13 10:40:26 +01:00
export type * from "./api/legacy-modules";
export type * from "./api/legacy-customisations";