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
/
lines
/
TabLine.d.ts
8 lines
(7 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Line
}
from
"./Line"
;
export
declare
class
TabLine
extends
Line
{
clone
():
Line
;
get
value
():
string
;
private
_value;
constructor
(
value
:
string
); }