DefinitelyTyped/types/mithril/hyperscript.d.ts
2017-03-28 20:47:25 -04:00

4 lines
81 B
TypeScript

import { Hyperscript } from "mithril";
declare const h: Hyperscript;
export = h;