UNPKG

interweave

Version:

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

4 lines 227 B
/// <reference types="react" /> import { ElementProps } from './types'; export declare function Element({ attributes, className, children, selfClose, tagName, }: ElementProps): JSX.Element; //# sourceMappingURL=Element.d.ts.map