DefinitelyTyped/types/mithril/hyperscript.d.ts

4 lines
75 B
TypeScript

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