UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

26 lines (19 loc) 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* A Textarea (Box) */ /** * A Textarea tag */ var Textarea = _styledComponents.default.textarea.withConfig({ displayName: "Textarea", componentId: "sc-1rbvijs-0" })(["touch-action:manipulation;line-height:inherit;resize:vertical;"]); /** @component */ var _default = Textarea; exports.default = _default; module.exports = exports.default;