UNPKG

mcrm-svelte-navigator

Version:
7 lines (4 loc) 195 B
import { LocalAction } from "./SvelteInternal"; import { NavigateFn } from "./history"; export declare const link: LocalAction<NavigateFn>; export declare const links: LocalAction<NavigateFn>;