UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

8 lines (7 loc) 228 B
import React from "react"; interface ObjectIdentifierProps { identifier: string; keywords: string[]; } export declare const ObjectLink: ({ identifier, keywords }: ObjectIdentifierProps) => React.ReactElement; export {};