in src/components/Input/index.tsx [6:8]
function getCount(value: InputProps['value'], maxLength?: number) { return `${`${value}`.length}${maxLength ? `/${maxLength}` : ''}`; }