6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import * as React from 'react';
|
|
/**
|
|
* The ref type of the inner grid root container.
|
|
*/
|
|
export declare type GridRootContainerRef = React.RefObject<HTMLDivElement>;
|