UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

7 lines (6 loc) 215 B
/// <reference types="react" /> type Props = { mainRef: React.RefObject<HTMLDivElement>; }; declare function MainContent({ mainRef }: Props): import("react/jsx-runtime").JSX.Element; export default MainContent;