type TextAreaStyle = {
  textareaBorderWidth?: string;
  textareaBorderColor?: string;
  textareaBorderRadius?: string;
  textareaBoxShadow?: string;
  textareaHoverBorderColor?: string;
  textareaFocusBorderColor?: string;
  textareaFocusBoxShadow?: string;
  textareaDisabledBg?: string;
  textareaDisabledBorderColor?: string;
};

export { TextAreaStyle };
