UNPKG
@bddh/starling-cutout
Version:
latest (1.2.1)
1.2.1
1.2.0
1.2.0-beta.1
cutout
@bddh/starling-cutout
/
cjs
/
index.d.ts
11 lines
(10 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@file
新一代端端方案 *
@author
sunwen05
*/
import
Cutout
, {
type
DigitalHumanCutoutClient
}
from
'./Cutout'
;
import
Seriously
from
'./Seriously'
;
export
default
Cutout
;
export
{
Cutout
,
Seriously
};
export
type
{
DigitalHumanCutoutClient
};
export
*
from
'./interface'
;