UNPKG
kd-api-project-21building
Version:
latest (3.6.2)
3.6.2
3.6.1
KD-API-PROJECT
kd-api-project-21building
/
lib
/
kd-core
/
modules
/
init.d.ts
6 lines
(5 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
initScene
:
(
renderId
:
string
,
url
?:
string
|
undefined
,
resolution
?:
string
|
undefined
) =>
Promise
<
string
>;
loadProgress
:
(
cb
:
any
) =>
void
; };
export
default
_default;