mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
import { WebpackRequire } from "./types.js";
|
|
|
|
//#region src/attachShareScopeMap.d.ts
|
|
declare function attachShareScopeMap(webpackRequire: WebpackRequire): void;
|
|
//#endregion
|
|
export { attachShareScopeMap };
|
|
//# sourceMappingURL=attachShareScopeMap.d.ts.map
|