UNPKG

petals-ui

Version:
14 lines (12 loc) 360 B
type TextAreaStyle = { textareaBorderWidth?: string; textareaBorderColor?: string; textareaBorderRadius?: string; textareaBoxShadow?: string; textareaHoverBorderColor?: string; textareaFocusBorderColor?: string; textareaFocusBoxShadow?: string; textareaDisabledBg?: string; textareaDisabledBorderColor?: string; }; export { TextAreaStyle };