Files
DefinitelyTyped/types/mithril/mount.d.ts

4 lines
95 B
TypeScript

import { mount as _mount } from "mithril";
declare const mount: typeof _mount;
export = mount;