import { Virtualizer } from "./Virtualizer.js"; import { CodeView } from "./CodeView.js"; //#region src/components/VirtulizerDevelopment.d.ts // FIXME(amadeus): REMOVE ME AFTER RELEASING VIRTUALIZATION declare global { interface Window { // oxlint-disable-next-line typescript/no-explicit-any __INSTANCE?: CodeView | Virtualizer; __TOGGLE?: () => void; __LOG?: boolean; } } //# sourceMappingURL=VirtulizerDevelopment.d.ts.map