UNPKG

@intuitionrobotics/thunderstorm

Version:
5 lines 238 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; //# sourceMappingURL=AppWrapper.d.ts.map