UNPKG

interweave

Version:

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

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