Skip to content

Commit

Permalink
feat(index): type trim in HTMLReactParserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 5, 2020
1 parent 984133f commit be71b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export interface HTMLReactParserOptions {
replace?: (
domNode: DomElement
) => JSX.Element | object | void | undefined | null | false;

trim?: boolean;
}

/**
Expand Down

0 comments on commit be71b13

Please sign in to comment.