UNPKG

tagged-jsx

Version:
3 lines (2 loc) 179 B
export declare function html(strings: TemplateStringsArray, ...values: any[]): <HResult>(Renderer: (...args: any[]) => HResult) => HResult; export declare const jsx: typeof html;