export type InputTextareaSize = number | boolean | { minRows?: number; maxRows?: number } | undefined;