UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

22 lines 864 B
import React from 'react'; import { PaperClipOutlined, DownloadOutlined } from '@ant-design/icons'; import { Button, Space, Row, Col } from 'antd'; var AttachmentItem = function AttachmentItem(_ref) { var name = _ref.name, onClick = _ref.onClick; return /*#__PURE__*/React.createElement(Row, { align: "middle" }, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Space, { size: "small", direction: "horizontal" }, /*#__PURE__*/React.createElement(PaperClipOutlined, null), /*#__PURE__*/React.createElement("span", { style: { wordBreak: 'break-all' } }, name))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Button, { type: "text", icon: /*#__PURE__*/React.createElement(DownloadOutlined, null), onClick: onClick }))); }; export default AttachmentItem;