UNPKG
@ozarkoc/chordpro-parser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A browser-friendly bundled version of chordproject-parser
@ozarkoc/chordpro-parser
/
types
/
models
/
sections
/
SimpleLyricsSection.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LyricsSectionBase
}
from
"./LyricsSectionBase"
;
import
{
Section
}
from
"./Section"
;
export
declare
class
SimpleLyricsSection
extends
LyricsSectionBase
{
clone
():
Section
;
constructor
(
); }