UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

11 lines (10 loc) 276 B
import { NamedElement } from '../util'; /** * The `<toe>` element is used with organ pedals. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/toe/ */ export declare class Toe { private element; constructor(element: NamedElement<'toe'>); }