🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@0kzh/react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0kzh/react-split-pane - npm Package Compare versions

Comparing version

to
2.0.6

25

index.d.ts

@@ -57,14 +57,17 @@ import * as Prefixer from 'inline-style-prefixer';

interface PaneProps {
children?: React.ReactNode;
innerRef?: (index: number, element: any) => void;
index?: number;
className?: string;
initialSize?: string | number;
minSize?: string;
maxSize?: string;
}
declare module '@0kzh/react-split-pane/lib/Pane' {
import * as React from 'react';
interface PaneProps {
children?: React.ReactNode;
innerRef?: (index: number, element: any) => void;
index?: number;
className?: string;
initialSize?: string | number;
minSize?: string;
maxSize?: string;
}
declare class Pane extends React.PureComponent<PaneProps> {}
class Pane extends React.PureComponent<PaneProps> {}
export { Pane };
export { Pane };
}

@@ -6,3 +6,3 @@ {

"types": "index.d.ts",
"version": "2.0.5",
"version": "2.0.6",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",