@trafilea/afrodita-components 4.3.1-beta.5 → 4.3.1-beta.9

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/build/index.d.ts CHANGED
@@ -1079,8 +1079,9 @@ interface TimeProps {
1079
1079
  }
1080
1080
  interface TimerProps extends TimeProps {
1081
1081
  onTimeUp: () => void;
1082
+ displayZeroValues?: boolean;
1082
1083
  }
1083
- declare const Timer: ({ onTimeUp, ...rest }: TimerProps) => JSX.Element;
1084
+ declare const Timer: ({ onTimeUp, displayZeroValues, ...rest }: TimerProps) => JSX.Element;
1084
1085
 
1085
1086
  interface BaseInputCommmonProps {
1086
1087
  defaultValue?: string;