9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
import { ErDB } from './erDb.js';
|
|
import * as renderer from './erRenderer-unified.js';
|
|
export declare const diagram: {
|
|
parser: any;
|
|
readonly db: ErDB;
|
|
renderer: typeof renderer;
|
|
styles: (options: import("../flowchart/styles.js").FlowChartStyleOptions) => string;
|
|
};
|