UNPKG

svelte-router-spa

Version:

A full featured router component for Svelte and your Single Page Applications.

8 lines (7 loc) 235 B
export function RouterCurrent( trackPage: undefined | boolean ): Readonly<{ active: () => string; isActive: (queryPath: any, includePath?: boolean) => boolean; setActive: (newRoute: any, updateBrowserHistory: any) => void; }>;