archematics/etc/deps/geogebraAmbient.d.ts

8 lines
229 B
TypeScript

// Hack to move GGBApplet into the global namespace
// (since we are getting it from a script)
import {GGBApplet as moduleGGBApplet} from './geogebra/entry.ts'
declare global {
class GGBApplet extends moduleGGBApplet {
}
}