UNPKG

firejsx

Version:

The React Framework for SSB, SSR and Serverless technologies

7 lines (6 loc) 209 B
import { FunctionComponent } from "react"; export default function ({ app, content, ...extra }: { app: FunctionComponent; content: any; [key: string]: any; }): React.FunctionComponentElement<any>;