Repository URL to install this package:
|
Version:
1.0.1 ▾
|
"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"));
const styled_1 = require("./styled");
const Empty_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