Browse Source

add react to GrowiFacade type

NaokiHigashi28 1 year ago
parent
commit
73c15ecedb
1 changed files with 1 additions and 0 deletions
  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,
 };