DefinitelyTyped/types/wouter/static-location.d.ts
2019-06-20 17:42:31 -07:00

8 lines
152 B
TypeScript

import { Path } from "./index";
declare function staticLocationHook(
path?: Path
): () => [Path, (x: Path) => Path];
export = staticLocationHook;