UNPKG

ketcher-core

Version:
11 lines (10 loc) 303 B
import type { DrawingEntity } from "./DrawingEntity"; export interface StructureBbox { left: number; right: number; top: number; bottom: number; width: number; height: number; } export declare function getStructureBbox(drawingEntities: DrawingEntity[]): StructureBbox;