AddRule: SimpleMergeRule<"add"> | {
    max: number;
    rule: "add";
}

Sum the values of this prop up to a max.

Generated using TypeDoc