UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

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