@wixc3/react-board
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -13,4 +13,4 @@ import type { IRenderableLifeCycleHooks, IRenderableMetadataBase, OmitIRenderableMetadataBase } from '@wixc3/board-core'; | ||
*/ | ||
Board: React.ComponentType; | ||
Board: React.ComponentType<any>; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@wixc3/react-board", | ||
"description": "Library for creation of React component boards", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": "^16.0.0 || ^17.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0" | ||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "dependencies": { |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import type { | ||
@@ -29,3 +30,3 @@ IRenderableLifeCycleHooks, | ||
*/ | ||
Board: React.ComponentType; | ||
Board: React.ComponentType<any>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17683
256