UNPKG

@atlaskit/renderer

Version:
15 lines 473 B
import React, { Component } from 'react'; // Ignored via go/ees005 // eslint-disable-next-line @repo/internal/react/no-class-components, react/prefer-stateless-function export default class ConfluenceInlineComment extends Component { render() { const { reference, children } = this.props; return /*#__PURE__*/React.createElement("span", { "data-mark-type": "confluenceInlineComment", "data-reference": reference }, children); } }