This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
WangZixian
/
app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
fecfac1207
Rami (Branch)
Tag
master
app
/
node_modules
/
mj-context-menu
/
js
/
variable_item.d.ts
variable_item.d.ts
100 B
Cronologia
Originale
1
2
3
4
5
export interface VariableItem {
register(): void;
unregister(): void;
update(): void;
}