Type alias Input<T>

Input<T>: {
    model: Model<T>;
    msg: Msg<T>;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc