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

4 lines
77 B
TypeScript

import { Route } from "mithril";
declare const route: Route;
export = route;