Interface IProps

    Props

    interface IProps {
        onSelect: ((data?) => void);
        parallel?: boolean;
    }

    Properties

    Properties

    onSelect: ((data?) => void)

    Type declaration

      • (data?): void
      • Parameters

        • Optional data: any

        Returns void

    parallel?: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin