UNPKG
@react-slate/core
Version:
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.8.0-alpha.0
0.7.0
0.6.0
Write interactive CLI apps with React
zamotany.github.io/react-slate/
zamotany/react-slate
@react-slate/core
/
build
/
host
/
nodes
/
Paragraph.d.ts
6 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
import
Text
from
'./Text'
;
import
ContainerBase
from
'./ContainerBase'
;
export
default
class
Paragraph
extends
ContainerBase
<
Text
|
Paragraph
> {
static
TAG
:
string
; }
//# sourceMappingURL=Paragraph.d.ts.map