UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

8 lines (7 loc) 258 B
import { type LinkProps } from "@skbkontur/react-ui"; import type { ReactElement } from "react"; interface RouterLinkProps extends LinkProps { to: string; } export declare const RouterLink: ({ to, ...props }: RouterLinkProps) => ReactElement; export {};