UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

6 lines (5 loc) 321 B
export { DbViewerApplication } from "./DbViewerApplication"; export type { IDbViewerApi } from "./Domain/Api/DbViewerApi"; export { DbViewerApi } from "./Domain/Api/DbViewerApi"; export type { ICustomRenderer } from "./Domain/Objects/CustomRenderer"; export { NullCustomRenderer } from "./Domain/Objects/CustomRenderer";