Interface IProps

    Props

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

    Properties

    Properties

    scroll: ((id: string) => void)

    Generated using TypeDoc and TypeDoc Airthium Plugin