Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / inputs / TextArea / styled.js
Size: Mime:
"use strict";

var __importDefault = this && this.__importDefault || function (mod) {
  return mod && mod.__esModule ? mod : {
    "default": mod
  };
};

Object.defineProperty(exports, "__esModule", {
  value: true
});

const react_1 = __importDefault(require("react")); // styled.div.className('textarea-container') ``


exports.TextAreaWrap = props => react_1.default.createElement("div", Object.assign({}, props, {
  className: `textarea-container ${props.className}`
}), props.children); //# sourceMappingURL=styled.js.map