@types/react-html-parser
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

Installation

npm install --save @types/react-html-parser

Summary

This package contains type definitions for react-html-parser (https://github.com/wrakky/react-html-parser#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-html-parser.

index.d.ts

import { DomElement } from "htmlparser2";
import { ReactElement } from "react";

export interface Transform {
    // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
    (node: DomElement, index: number, transform?: Transform): ReactElement | void | null;
}

export interface Options {
    decodeEntities?: boolean | undefined;
    transform?: Transform | undefined;
    preprocessNodes?(nodes: DomElement[]): any;
}

export function convertNodeToElement(
    node: DomElement,
    index: number,
    transform: Transform,
): ReactElement;

export function processNodes(nodes: DomElement[], transform: Transform): ReactElement[];

export default function HtmlParser(html: string, options?: Options): ReactElement[];

Additional Details

Credits

These definitions were written by Spencer Elliott, and Wooram Jun.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.655,688ts5.7
2.0.655,688ts5.6
2.0.655,688latest
2.0.655,688ts4.5
2.0.655,688ts4.6
2.0.655,688ts4.7
2.0.655,688ts4.8
2.0.655,688ts4.9
2.0.655,688ts5.0
2.0.655,688ts5.1
2.0.655,688ts5.2
2.0.655,688ts5.3
2.0.655,688ts5.4
2.0.655,688ts5.5
2.0.655,688ts5.8
2.0.123,588ts2.8
2.0.123,588ts2.9
2.0.123,588ts3.0
2.0.123,588ts3.1
2.0.123,588ts3.2
2.0.123,588ts3.3
2.0.123,588ts3.4
2.0.123,588ts3.5
2.0.222,564ts3.6
2.0.222,564ts3.7
2.0.222,564ts3.8
2.0.222,564ts3.9
2.0.222,564ts4.0
2.0.222,564ts4.1
2.0.222,564ts4.2
2.0.222,564ts4.3
2.0.222,564ts4.4

Version History

VersionDownloads (Last 7 Days)Published
2.0.655,688
2.0.5861
2.0.43,591
2.0.31,364
2.0.222,564
2.0.123,588
2.0.0128

Package Sidebar

Install

npm i @types/react-html-parser

Weekly Downloads

107,784

Version

2.0.6

License

MIT

Unpacked Size

4.47 kB

Total Files

5

Last publish

Collaborators

  • types