import * as React from 'react'; import Scrollspy from 'react-scrollspy'; const items: string[] = ['section-1', 'section-2', 'section-3']; function TestComponent() { return (
section 1
section 2
section 3
  • section 1
  • section 2
  • section 3
  • ); }