UNPKG

@happysanta/router

Version:
13 lines (12 loc) 239 B
/** * @ignore * @packageDocumentation */ import { Route } from '../..'; /** * @param withUpdate * @param panelId * @deprecated useRouter * @ignore */ export declare function useRoute(withUpdate?: boolean, panelId?: string): Route;