react-magma-dom 4.7.0-next.1 → 4.7.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,6 +228,9 @@ export interface I18nInterface {
228
228
  select: {
229
229
  placeholder: string;
230
230
  clearIndicatorAriaLabel: string;
231
+ multi: {
232
+ clearIndicatorAriaLabel: string;
233
+ };
231
234
  };
232
235
  simplePagination: {
233
236
  ofLabel: string;