UNPKG
cearth
Version:
latest (0.0.0)
0.0.0
cearth 是 CEarth 综合包,用于提供完事的 CEarth 功能
github.com/GuoBinyong/CEarth
GuoBinyong/CEarth
cearth
/
dist
/
index.d.ts
13 lines
(12 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * 库的摘要信息 * *
@remarks
* 库的说明信息 * *
@packageDocumentation
*/
export
*
from
"@cearth/core"
;
export
*
from
"@cearth/draw"
;
export
*
from
"@cearth/editor"
;
export
*
from
"@cearth/tree-model-loader"
;