UNPKG

@wizecorp/stratusjs

Version:
10 lines 468 B
import type { RouterContextValue, NavigateOptions } from '../core/types'; export declare const useRouter: () => RouterContextValue; export declare const useRouteParams: <T = Record<string, string>>() => T; export declare const useQuery: <T = Record<string, string>>() => T; export declare const useNavigation: () => { navigate: (path: string, options?: NavigateOptions) => void; back: () => void; forward: () => void; }; //# sourceMappingURL=index.d.ts.map