DefinitelyTyped/types/mithril/mount.d.ts

4 lines
89 B
TypeScript

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