UNPKG

@ozarkoc/chordpro-parser

Version:

A browser-friendly bundled version of chordproject-parser

10 lines (9 loc) 260 B
import { Line } from "../lines"; import { Section } from "."; export declare class TabsSection extends Section { clone(): Section; get value(): string | null; private _value; constructor(value?: string | null); addLine(line: Line): void; }