3 lines
173 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import type { SVG } from '../diagram-api/types.js';
export declare const setupViewPortForSVG: (svg: SVG, padding: number, cssDiagram: string, useMaxWidth: boolean) => void;