UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

16 lines (15 loc) 379 B
export declare class SimpleCursor { private element; private constructor(); static render(parent: HTMLElement, color?: string): SimpleCursor; /** Moves the cursor's position to the given rect. */ update(opts: { x: number; y: number; w: number; h: number; }): void; remove(): void; show(): void; hide(): void; }