Documentation

style

A set of style overrides that must be applied to a matching element (values for e.g. bold, textColor, and background).

style?: Record<string, any>;

Related