We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onResize
1 parent 46b7091 commit 81fa96cCopy full SHA for 81fa96c
packages/main/src/components/SplitterLayout/types.ts
@@ -36,7 +36,7 @@ interface OnResizeParam {
36
splitter: HTMLElement;
37
}
38
39
-export interface SplitterLayoutPropTypes extends CommonProps {
+export interface SplitterLayoutPropTypes extends Omit<CommonProps, 'onResize'> {
40
/**
41
* Controls if a vertical or horizontal `SplitterLayout` is rendered.
42
*/
0 commit comments