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
/
min_version.d.ts
8 lines
(7 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
DepictionBaseView
from
"./base"
;
export
default
class
DepictionMinVersionForceView
extends
DepictionBaseView
{
view
:
DepictionBaseView
;
static
viewName
:
string
;
constructor
(
dictionary
:
any
);
make
():
Promise
<
import
(
"../renderable"
).
RenderableElement
>; }