()
| 27 | } |
| 28 | |
| 29 | render() { |
| 30 | const { onRemove, cellKey, onCopy } = this.props |
| 31 | return ( |
| 32 | <div className="widget-ctl-bar"> |
| 33 | <Icon onClick={onRemove} name="trash-o" /> |
| 34 | </div> |
| 35 | ) |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | const MissWidgetType = ({ type }) => (<span>组件类型 [{type}] 未定义</span>) |
nothing calls this directly
no outgoing calls
no test coverage detected