@bigbinary/neeto-commons-frontend 2.0.21 → 2.0.22

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.
package/react-utils.d.ts CHANGED
@@ -157,6 +157,7 @@ export const Schedule: React.FC<{
157
157
 
158
158
  interface Overrides {
159
159
  Chrome?: number;
160
+ MicrosoftEdge?: number;
160
161
  Firefox?: number;
161
162
  IE?: number;
162
163
  Opera?: number;