UNPKG
live2d-widgets
Version:
latest (1.0.0)
1.0.0
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.9.1
0.9.0
Live2D widget for web pages
github.com/stevenjoezhang/live2d-widget
stevenjoezhang/live2d-widget
live2d-widgets
/
src
/
types
/
index.d.ts
7 lines
(6 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@file
Export all type definitions. *
@module
types/index */
export
*
from
'./live2dApi'
;
export
*
from
'./window'
;