UNPKG
@xmipra/plugins
Version:
beta (1.0.1-beta.3)
latest (1.0.1-beta.0)
1.0.1-beta.3
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
Xmipra developing plugins.
github.com/yangtianxia/xmipra
yangtianxia/xmipra
@xmipra/plugins
/
dist
/
shared
/
constant.d.ts
6 lines
(5 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
XMIPRA
=
"xmipra"
;
/** 插件配置更新事件 */
export
declare
const
CONFIG_CHANGE
=
"onConfigChange"
;
/** 环境配置更新事件 */
export
declare
const
ENV_CONFIG_CHANGE
=
"onEnvConfigChange"
;