UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

6 lines (5 loc) 186 B
type RaftBatteryProps = { batteryStrength: number; }; export default function RaftBattery({ batteryStrength }: RaftBatteryProps): import("react/jsx-runtime").JSX.Element; export {};