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

12 lines
404 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-01-29 08:35:40 +00:00
export type { Api, Module, ModuleFactory, Config, ConfigApi } from "./api";
2025-01-27 10:07:35 +00:00
export type * from "./legacy-modules";
export type * from "./legacy-customisations";