Interface LocalParallelProps

    interface LocalParallelProps {
        onSelect: ((data: any) => void);
    }

    Properties

    Properties

    onSelect: ((data: any) => void)

    Generated using TypeDoc and TypeDoc Airthium Plugin