UNPKG

htm

Version:

The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.

7 lines (6 loc) 218 B
declare const htm: { bind<HResult>( h: (type: any, props: Record<string, any>, ...children: any[]) => HResult ): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[]; }; export default htm;