export interface StringInputProps { maxlength?: string | number; placeholder?: string; disabled?: boolean; }