UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 266 B
import type { Location } from 'react-router-dom'; import type { PaginationType, ReferenceDocsLocation } from '../../settings'; export declare function usePaginationAwareLocation(paginationType: PaginationType, destination: ReferenceDocsLocation): Partial<Location>;