import type { UiAccessibleConfig } from '@redocly/config'; import type { Location } from 'react-router-dom'; type ContextLocation = Omit; export type OnRouteChangeHook = (context: { location: ContextLocation; prevLocation?: ContextLocation; }, config: UiAccessibleConfig) => void; export {}; //# sourceMappingURL=plugin-hooks.d.ts.map