UNPKG

react-oc

Version:

A React component that allows OpenComponents to operate within a react application.

13 lines (11 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dangerousHtml = dangerousHtml; function dangerousHtml(html) { return { __html: html || '' }; } //# sourceMappingURL=dangerousHtml.js.map