UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

9 lines (8 loc) 346 B
import { ObjectIdentifier } from "../../Domain/Api/DataTypes/ObjectIdentifier"; interface ObjectTypesProps { objects: ObjectIdentifier[]; filter: string; identifierKeywords: string[]; } export declare function ObjectTypes({ objects, filter, identifierKeywords }: ObjectTypesProps): import("react/jsx-runtime").JSX.Element; export {};