UNPKG

@ozarkoc/chordpro-parser

Version:

A browser-friendly bundled version of chordproject-parser

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