UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

8 lines (7 loc) 228 B
export interface Props { children?: any; } export declare const h: (tagName: Function | string, props?: object, ...children: any[]) => any; export declare const Fragment: ({ children }?: { children: any[]; }) => string;