Props

interface IProps {
    scroll: (id: string) => void;
}

Properties

Properties

scroll: (id: string) => void