Interface IProps

    Props

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

    Properties

    Properties

    scroll: ((id) => void)

    Type declaration

      • (id): void
      • Parameters

        • id: string

        Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin