UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

13 lines (12 loc) 373 B
import * as React from 'react'; export interface GridSkeletonCellProps { width: number; contentWidth: number; field: string; align: string; } declare function GridSkeletonCell(props: React.HTMLAttributes<HTMLDivElement> & GridSkeletonCellProps): React.JSX.Element; declare namespace GridSkeletonCell { var propTypes: any; } export { GridSkeletonCell };