UNPKG
@vk-io/scenes
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
Scenes for the library vk-io
github.com/negezor/vk-io
negezor/vk-io
@vk-io/scenes
/
lib
/
contexts
/
index.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./step.types'
;
export
*
from
'./scene.types'
;
export
{
SceneContext
}
from
'./scene'
;
export
{
StepSceneContext
}
from
'./step'
;