UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

7 lines (6 loc) 254 B
import type MicroBitWebBluetooth from "../../../microbit/MicroBitWebBluetooth"; type Props = { microBit?: MicroBitWebBluetooth | null; }; export default function NewGraphModal({ microBit }: Props): import("react/jsx-runtime").JSX.Element; export {};