UNPKG

@mui/x-data-grid-premium

Version:

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

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