UNPKG

interweave

Version:

React library to safely render HTML, filter attributes, autowrap text, autolink, and much more.

4 lines 172 B
/// <reference types="react" /> import { MarkupProps } from './types'; export declare function Markup(props: MarkupProps): JSX.Element; //# sourceMappingURL=Markup.d.ts.map