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 / dist / components / presets / SpecificationList / SpecificationList.js
Size: Mime:
"use strict";

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

const tslib_1 = require("tslib");

const react_1 = tslib_1.__importDefault(require("react"));

const styled_1 = require("./styled");

const Empty_1 = tslib_1.__importDefault(require("../../atoms/Empty"));

const renderHeader = () => react_1.default.createElement(Empty_1.default, null);
/**
 * @todo
 * #1 - need to change children tag name as well
 * #2 - need to styled each item in different style
 */


class SpecificationList extends react_1.default.PureComponent {
  render() {
    return react_1.default.createElement(styled_1.StyledDetailedList, Object.assign({
      renderDetailedListHeading: renderHeader
    }, this.props));
  }

}

exports.SpecificationList = SpecificationList;
exports.default = SpecificationList; //# sourceMappingURL=SpecificationList.js.map