UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

5 lines (4 loc) 176 B
import { jsx as _jsx } from "react/jsx-runtime"; export const TooltipContent = ({ content }) => { return _jsx("span", { dangerouslySetInnerHTML: { __html: content } }); };