Lightcord/LightcordApi/src/alias/react-dom.ts

2 lines
141 B
TypeScript
Raw Normal View History

2020-06-16 15:51:21 +02:00
// bait typescript into thinking this is not reactDOM so no circular dependency.
2020-06-10 16:16:33 +02:00
export = window["Reac"+"tDOM"] as typeof import("react-dom")