petals-ui
Version:
Front-end UI components foundation
14 lines (12 loc) • 360 B
text/typescript
type TextAreaStyle = {
textareaBorderWidth?: string;
textareaBorderColor?: string;
textareaBorderRadius?: string;
textareaBoxShadow?: string;
textareaHoverBorderColor?: string;
textareaFocusBorderColor?: string;
textareaFocusBoxShadow?: string;
textareaDisabledBg?: string;
textareaDisabledBorderColor?: string;
};
export { TextAreaStyle };