UNPKG

128 BTypeScriptView Raw
1import type { DrawDefinition } from '../../diagram-api/types.js';
2export declare const renderer: {
3 draw: DrawDefinition;
4};