mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
8 lines
263 B
JavaScript
8 lines
263 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
|
//#region src/constant.ts
|
|
const FEDERATION_SUPPORTED_TYPES = ["script"];
|
|
|
|
//#endregion
|
|
exports.FEDERATION_SUPPORTED_TYPES = FEDERATION_SUPPORTED_TYPES;
|
|
//# sourceMappingURL=constant.cjs.map
|