UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

6 lines (5 loc) 185 B
import { TabNote, TabNoteStruct } from './tabnote'; export declare class GraceTabNote extends TabNote { static get CATEGORY(): string; constructor(noteStruct: TabNoteStruct); }