import * as React from "react"; import * as SmoothScrollbar from "react-smooth-scrollbar"; { } } />; ; class Test extends React.Component { ref: SmoothScrollbar | null; componentDidMount() { if (this.ref) { this.ref.scrollbar.scrollTo(0, 500); } } render() { return ( this.ref = ref} /> ); } }