yanchengPowerSupply/node_modules/mxdraw/dist/lib/index.d.ts

10 lines
185 B
TypeScript

declare global {
type THREE = typeof THREE;
interface Window {
THREE: typeof THREE;
}
}
export * from './mxdraw';
import * as Mx from './mxdraw';
export default Mx;