const CountPreview = ({ value }) => (value ? value.length : 0);

export default CountPreview;