LoadingCell
export interface LoadingCell extends BaseGridCell {
readonly kind: GridCellKind.Loading;
readonly skeletonWidth?: number;
readonly skeletonHeight?: number;
readonly skeletonWidthVariability?: number;
}skeletonWidth
skeletonHeight
skeletonWidthVariability
Last updated