UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

14 lines (13 loc) 344 B
'use client'; import { memo } from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; var Span = /*#__PURE__*/memo(function (_ref) { var children = _ref.children; return /*#__PURE__*/_jsx("span", { dangerouslySetInnerHTML: { __html: children || '' } }); }); Span.displayName = 'HighlighterSpan'; export default Span;