UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

4 lines 256 B
import * as React from 'react'; export type ResizablePanelHandleProps = React.HTMLAttributes<HTMLDivElement>; declare function ResizablePanelHandle(props: ResizablePanelHandleProps): import("react/jsx-runtime").JSX.Element; export { ResizablePanelHandle };