UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

7 lines (6 loc) 211 B
import { NamedElement } from '../util'; /** The `<segno>` element is the visual indicator of a segno sign. */ export declare class Segno { private element; constructor(element: NamedElement<'segno'>); }