UNPKG
@fengxi/ui-framework
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Cocos Creator UI框架库 类似鸿蒙的UI框架
@fengxi/ui-framework
/
dist
/
UI
/
component
/
UIComponent.d.ts
7 lines
(6 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
UIBase
}
from
'../../base/UIBase'
;
import
{
BaseLifecycle
}
from
'../../lifecycle'
;
export
declare
class
UIComponent
extends
UIBase
implements
BaseLifecycle
{
appear
():
Promise
<
void
>;
disappear
():
Promise
<
void
>; }