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