diff --git a/node_modules/@uiw/react-split/cjs/index.d.ts b/node_modules/@uiw/react-split/cjs/index.d.ts index 644bcc3..f794760 100644 --- a/node_modules/@uiw/react-split/cjs/index.d.ts +++ b/node_modules/@uiw/react-split/cjs/index.d.ts @@ -56,5 +56,5 @@ export default class Split extends React.Component { onMouseDown(paneNumber: number, env: React.MouseEvent): void; onDragging(env: Event): void; onDragEnd(): void; - render(): import("react/jsx-runtime").JSX.Element; + render(): JSX.Element; }