UNPKG
@parcility/kennel
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
A comprehensive, easy-to-use native depiction renderer.
github.com/Parcility/Kennel
Parcility/Kennel
@parcility/kennel
/
dist
/
views
/
subheader.d.ts
6 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
import
DepictionHeaderView
from
"./header"
;
export
default
class
DepictionSubheaderView
extends
DepictionHeaderView
{
static
viewName
:
string
;
make
():
Promise
<
import
(
"../renderable"
).
RenderableElement
>; }