This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
add react to GrowiFacade type
NaokiHigashi28
1 anno fa
parent
29ce07f562
commit
73c15ecedb
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
packages/core/src/interfaces/growi-facade.ts
+ 1
- 0
packages/core/src/interfaces/growi-facade.ts
Vedi File
@@ -8,4 +8,5 @@ export type GrowiFacade = {
},
optionsMutators?: any,
},
+ react?: any,
};