UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

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