Type alias GridRefAttribute

GridRefAttribute: {
    ref?: React.Ref<GridElement>;
}

Type declaration