UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

10 lines (9 loc) 440 B
import { GraphicalLabel } from "./GraphicalLabel"; import { GraphicalRectangle } from "./GraphicalRectangle"; export declare class GraphicalMarkedArea { constructor(systemRectangle: GraphicalRectangle, labelRectangle?: GraphicalRectangle, label?: GraphicalLabel, settingsLabel?: GraphicalLabel); systemRectangle: GraphicalRectangle; labelRectangle: GraphicalRectangle; label: GraphicalLabel; settings: GraphicalLabel; }