@devbookhq/splitter
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -25,2 +25,3 @@ import React from 'react'; | ||
declare function Split({ direction, minWidths, minHeights, initialSizes, gutterTheme, gutterClassName, draggerClassName, children, onResizeStarted, onResizeFinished, classes, }: SplitProps): JSX.Element; | ||
export type { SplitProps }; | ||
export default Split; |
@@ -25,2 +25,3 @@ import React from 'react'; | ||
declare function Split({ direction, minWidths, minHeights, initialSizes, gutterTheme, gutterClassName, draggerClassName, children, onResizeStarted, onResizeFinished, classes, }: SplitProps): JSX.Element; | ||
export type { SplitProps }; | ||
export default Split; |
{ | ||
"name": "@devbookhq/splitter", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Create resizable split views - like in VS Code", | ||
@@ -27,3 +27,2 @@ "license": "MIT", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@types/node": "^12.20.4", | ||
@@ -37,2 +36,3 @@ "@types/react": "^17.0.20", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"typescript": "^4.4.3" | ||
@@ -39,0 +39,0 @@ }, |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
36986
23
301