UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

5 lines (4 loc) 364 B
import { OpenSheetMusicDisplay, BoundingBox } from "opensheetmusicdisplay"; import { BoundingBox as BoundingBox2 } from "../types"; export declare const getChildren: (boundingBox: BoundingBox, result: BoundingBox2[]) => void; export declare const getVerticalStaffEntryContainers: (e: PointerEvent, osmd: OpenSheetMusicDisplay) => [BoundingBox2[], BoundingBox2[]];