0.0.33 • Published 6 months ago

@types/htmltojsx v0.0.33

Weekly downloads
108
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/htmltojsx

Summary

This package contains type definitions for htmltojsx (https://www.npmjs.com/package/htmltojsx).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/htmltojsx.

index.d.ts

// Type definitions for htmltojsx
// Project: https://www.npmjs.com/package/htmltojsx
// Definitions by: Basarat Ali Syed <https://github.com/basarat>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped


declare class HTMLtoJSX {
    constructor(options?: {
        createClass?: boolean | undefined;
        outputClassName?: string | undefined;
        /** as a string e.g. '    ' or '\t' */
        indent?: string | undefined;
    });
    convert(html: string): string;
}
export = HTMLtoJSX;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:22:56 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Basarat Ali Syed.

0.0.31

8 months ago

0.0.32

7 months ago

0.0.33

6 months ago

0.0.30

3 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago