UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 242 B
import type { PropsWithChildren, JSX } from 'react'; export interface LinkProps { to: string; className?: string; } export declare function PaginationAwareLink({ to, className, children, }: PropsWithChildren<LinkProps>): JSX.Element;