Interface IProps

    Props

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

    Properties

    Properties

    onSelect: ((data?: any) => void)
    parallel?: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin