UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

9 lines (8 loc) 243 B
import React from "react"; interface RouterLinkProps { to: string; children?: React.ReactNode; className?: string; } export declare const RouterLink: ({ to, children, className }: RouterLinkProps) => React.ReactElement; export {};