UNPKG

173 BTypeScriptView Raw
1import * as React from 'react';
2import { AppContainerProps } from './index';
3
4export function hot<T = React.ComponentType<any>>(Component: T, props?: AppContainerProps): T;