UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

8 lines (7 loc) 238 B
import { NamedElement } from '../util'; export declare class Words { private element; constructor(element: NamedElement<'words'>); /** Returns the content of the words. Defaults to empty string. */ getContent(): string; }