@wixc3/react-board
Advanced tools
Comparing version 4.6.1 to 4.6.2
@@ -6,3 +6,3 @@ import type React from 'react'; | ||
export interface IReactBoardHooks<PLUGINPROPS> extends IRenderableLifeCycleHooks<PLUGINPROPS> { | ||
wrapRender?: (props: PLUGINPROPS, renderable: IRenderableMetadataBase, renderableElement: JSX.Element, canvas: HTMLElement) => null | JSX.Element; | ||
wrapRender?: (props: PLUGINPROPS, renderable: IRenderableMetadataBase, renderableElement: React.ReactElement, canvas: HTMLElement) => null | React.ReactElement; | ||
} | ||
@@ -9,0 +9,0 @@ export interface IReactBoard extends IRenderableMetadataBase<IReactBoardHooks<never>> { |
{ | ||
"name": "@wixc3/react-board", | ||
"description": "Library for creation of React component boards", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@wixc3/board-core": "^4.6.1" | ||
"@wixc3/board-core": "^4.6.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "files": [ |
@@ -19,5 +19,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
renderable: IRenderableMetadataBase, | ||
renderableElement: JSX.Element, | ||
renderableElement: React.ReactElement, | ||
canvas: HTMLElement, | ||
) => null | JSX.Element; | ||
) => null | React.ReactElement; | ||
} | ||
@@ -24,0 +24,0 @@ |
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
20853
Updated@wixc3/board-core@^4.6.2