forgeplus-react/node_modules/react-hot-loader/root.d.ts

5 lines
173 B
TypeScript
Raw Normal View History

2023-07-29 21:19:10 +08:00
import * as React from 'react';
import { AppContainerProps } from './index';
export function hot<T = React.ComponentType<any>>(Component: T, props?: AppContainerProps): T;