UNPKG

rasengan

Version:

The modern React Framework

6 lines (5 loc) 216 B
import { FunctionComponent } from 'react'; import { type AppProps } from '../../core/index.js'; export default function renderApp(App: FunctionComponent<AppProps>, options: { reactStrictMode?: boolean; }): void;