UNPKG

routeria

Version:

A router package for react

5 lines (4 loc) 232 B
export declare const setGuardCallback: (callback: (state: [string, boolean]) => void) => (state: [string, boolean]) => void; export declare const useGuards: () => { setGuardState: (guard: string, state: boolean) => void; };