@procore/core-react
Version:
React library of Procore Design Guidelines
12 lines • 585 B
JavaScript
import styled from 'styled-components';
import { getInputStyles } from '../Input/Input.styles';
import { spacing } from '../_styles/spacing';
export var StyledTextArea = /*#__PURE__*/styled.textarea.withConfig({
displayName: "StyledTextArea",
componentId: "core-12_44_0__sc-u5mow1-0"
})(["", ";height:auto;min-height:64px;padding:", "px ", "px;resize:", ";"], getInputStyles, spacing.sm, spacing.md, function (_ref) {
var _ref$$resize = _ref.$resize,
$resize = _ref$$resize === void 0 ? 'both' : _ref$$resize;
return $resize;
});
//# sourceMappingURL=TextArea.styles.js.map