export const TimerProps = {
  color: {
    type: String,
    default: '#FFF',
  },
  callDuration: {
    type: String,
    default: '',
  },
  fontSize: {
    type: String,
    default: '16px',
  },
};
