3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
|
|
import type { SVG } from '../diagram-api/types.js';
|
||
|
|
export declare const setupViewPortForSVG: (svg: SVG, padding: number, cssDiagram: string, useMaxWidth: boolean) => void;
|