Interface IDynDerivedReducerCtor<T>

    Defines the shape of a derived reducer constructor function.

    interface IDynDerivedReducerCtor<T> {
        new IDynDerivedReducerCtornew (hostData, parentIndex, options): IDynDerivedReducer<any, any, T>;
    }

    Type Parameters

    • T

    Constructors

    Constructors