Repository URL to install this package:
|
Version:
2.8.4 ▾
|
"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