UNPKG

@intuitionrobotics/thunderstorm

Version:
5 lines (4 loc) 197 B
import * as React from 'react'; export type WrapperProps = {}; export declare const AppWrapper: (props: WrapperProps) => React.JSX.Element; export declare function renderApp(appId?: string): void;