UNPKG

@mui/x-data-grid-premium

Version:

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

7 lines 349 B
import * as React from 'react'; export interface ResizablePanelContextValue { rootRef: React.RefObject<HTMLDivElement | null>; direction: 'horizontal' | 'vertical'; } export declare const ResizablePanelContext: React.Context<ResizablePanelContextValue | undefined>; export declare function useResizablePanelContext(): ResizablePanelContextValue;