UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

8 lines (7 loc) 204 B
import "./styles/typography.css"; import './index.css'; type Props = { isInModal?: boolean; }; declare function App({ isInModal }: Props): import("react/jsx-runtime").JSX.Element; export default App;