Parcourir la source

add react to GrowiFacade type

NaokiHigashi28 il y a 1 an
Parent
commit
73c15ecedb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/core/src/interfaces/growi-facade.ts

+ 1 - 0
packages/core/src/interfaces/growi-facade.ts

@@ -8,4 +8,5 @@ export type GrowiFacade = {
     },
     optionsMutators?: any,
   },
+  react?: any,
 };