Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
PilotDeck
/
src
/
lifecycle
/
runtime
/
LifecycleObserver.ts
下载
G
Gucc1
feat: add lifecycle hook runtime
c358e4fc
创建于
25 天前
历史提交
export
type
LifecycleObserver
= {
onEvent?(
event
:
unknown
):
void
;
};