@0kzh/react-split-pane
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -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", |
41786
709