UNPKG

organism-react-scroll-nav

Version:
7 lines (6 loc) 157 B
export default ScrollSpy; export type ScrollSpyProps = any; /** * @param {ScrollSpyProps} props */ declare function ScrollSpy(props: ScrollSpyProps): any;