UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

10 lines (8 loc) 277 B
/// <reference types="react-scripts" /> import { ApplicationManager } from "@robotical/webapp-types/dist-types/types-package/application-manager"; // extend globalThis with a new property declare global { interface Window { applicationManager: ApplicationManager; } }