UNPKG

satie

Version:

A sheet music renderer for the web

6 lines (5 loc) 324 B
import { IMeasureLayout } from "./private_measureLayout"; import { ILayoutOptions } from "./private_layoutOptions"; import { ILineBounds } from "./private_lineBounds"; declare function removeOverlaps(options: ILayoutOptions, bounds: ILineBounds, measures: IMeasureLayout[]): IMeasureLayout[]; export default removeOverlaps;