interface GridPinnedRowsProp<R> {
    bottom?: readonly R[];
    top?: readonly R[];
}

Type Parameters

Properties

Properties

bottom?: readonly R[]
top?: readonly R[]