UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

9 lines (8 loc) 282 B
import { Fragment } from './jsx'; interface PropsWithChildren { children?: any; [key: string]: any; } export declare const jsx: (tagName: any, props: PropsWithChildren) => any; export declare const jsxs: (tagName: any, props: PropsWithChildren) => any; export { Fragment };