Interface LocalParallelProps

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

    Properties

    Properties

    onSelect: ((data) => void)

    Type declaration

      • (data): void
      • Parameters

        • data: any

        Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin