UNPKG

chordproject-parser

Version:

A TypeScript library for parsing and formatting ChordPro songs.

7 lines (6 loc) 206 B
import { LyricsSectionBase } from "./LyricsSectionBase"; import { Section } from "./Section"; export declare class SimpleLyricsSection extends LyricsSectionBase { clone(): Section; constructor(); }