UNPKG
phaser3-flex
Version:
latest (0.1.1)
0.1.1
Flex containers for Phaser
github.com/jjcapellan/phaser3-flex
jjcapellan/phaser3-flex
phaser3-flex
/
dist
/
index.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
{
Flex
}
from
"./flex"
;
import
{
AlignItems
,
Config
,
FlexDirection
,
JustifyContent
}
from
"./sharedtypes"
;
export
{
AlignItems
,
Config
,
Flex
,
FlexDirection
,
JustifyContent
};