UNPKG
diginext-pixi
Version:
latest (0.13.12)
0.13.12
0.13.11
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.6
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.13
0.6.12
0.6.11
0.6.10
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.27
0.4.26
0.4.25
0.4.24
0.4.23
0.4.22
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.10
0.2.8
0.2.7
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.1.59
0.1.58
0.1.57
0.1.56
0.1.55
0.1.54
0.1.53
0.1.52
0.1.50
0.1.49
0.1.48
0.1.47
0.1.46
0.1.45
0.1.43
0.1.42
0.1.41
0.1.40
0.1.39
0.1.38
0.1.37
0.1.36
0.1.35
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.25
0.1.24
0.1.23
0.1.21
0.1.20
0.1.19
0.1.17
0.1.15
0.1.14
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
README.md
wearetopgroup.com
diginext-pixi
/
dist
/
extras
/
transform-tool
/
VerticalIcon.d.ts
15 lines
(14 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
Container
}
from
'pixi.js'
;
interface
IVerticalIcon
{
pos
:
any
;
color
?:
any
;
core
?:
any
; }
export
default
class
VerticalIcon
extends
Container
{ #
private
;
constructor
(
props
:
IVerticalIcon
);
core
:
any
;
color
:
any
;
pos
:
any
; }
export
{};