Type alias ScrollableRefAttribute

ScrollableRefAttribute: {
    ref?: React.Ref<GridElement | ScrollPaneElement>;
}

Type declaration