UNPKG

test-nut-ui

Version:

<p align="center"> <img alt="logo" src="https://img11.360buyimg.com/imagetools/jfs/t1/211965/25/7152/22022/61b16785E433119bb/aa41d7a9f7e823f3.png" width="150" style="margin-bottom: 10px;"> </p>

17 lines (16 loc) 675 B
import React__default from "react"; var VotePageAwardListCard = function VotePageAwardListCard2(props) { var _props$options = props.options, options = _props$options === void 0 ? [] : _props$options; return React__default.createElement("div", { className: "votepageawardlistcard" }, options.map(function(item, index) { return React__default.createElement("div", { key: index, className: "list" }, React__default.createElement("div", null, item.createTime || ""), React__default.createElement("div", null, item.name || "")); })); }; VotePageAwardListCard.displayName = "NutVotePageAwardListCard"; export { VotePageAwardListCard as default };