UNPKG
vconsole-helper
Version:
latest (1.0.0)
1.0.0
0.0.4
轻量级的 VConsole 初始化工具
novlan1.github.io/docs/plugin-light/zh/vconsole-helper.html
novlan1/plugin-light
vconsole-helper
/
lib
/
types.d.ts
6 lines
(5 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IPlugin
{
name
:
string
;
global
:
boolean
;
onClick
:
Function
; }