UNPKG

react-oc

Version:

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

5 lines 86 B
export function dangerousHtml(html) { return { __html: html || '' }; }