Skip to content

Commit 772ae36

Browse files
docs(index): tidy JSDoc comments for index.d.ts
1 parent 1a32b65 commit 772ae36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export interface HTMLReactParserOptions {
2323
/**
2424
* Converts HTML string to JSX element(s).
2525
*
26-
* @param html - The HTML string to parse to JSX element(s).
27-
* @param options - The parser options.
28-
* @return - Single or array of JSX elements.
26+
* @param html - HTML string to parse to JSX element(s).
27+
* @param options - Parser options.
28+
* @return - JSX element(s).
2929
*/
3030
declare function HTMLReactParser(
3131
html: string,

0 commit comments

Comments
 (0)