Skip to content

Commit 81fa96c

Browse files
committed
omit native onResize type
1 parent 46b7091 commit 81fa96c

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/components/SplitterLayout

1 file changed

+1
-1
lines changed

packages/main/src/components/SplitterLayout/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface OnResizeParam {
3636
splitter: HTMLElement;
3737
}
3838

39-
export interface SplitterLayoutPropTypes extends CommonProps {
39+
export interface SplitterLayoutPropTypes extends Omit<CommonProps, 'onResize'> {
4040
/**
4141
* Controls if a vertical or horizontal `SplitterLayout` is rendered.
4242
*/

0 commit comments

Comments
 (0)