UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

11 lines (10 loc) 426 B
import React from "react"; import { IDbViewerApi } from "../Domain/Api/DbViewerApi"; interface ObjectTypesProps { dbViewerApi: IDbViewerApi; useErrorHandlingContainer: boolean; identifierKeywords: string[]; withGoBackUrl?: boolean; } export declare const ObjectTypesContainer: ({ dbViewerApi, useErrorHandlingContainer, identifierKeywords, withGoBackUrl, }: ObjectTypesProps) => React.ReactElement; export {};