5 lines
173 B
TypeScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
import * as React from 'react';
import { AppContainerProps } from './index';
export function hot<T = React.ComponentType<any>>(Component: T, props?: AppContainerProps): T;