We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trim
1 parent 984133f commit be71b13Copy full SHA for be71b13
index.d.ts
@@ -21,6 +21,8 @@ export interface HTMLReactParserOptions {
21
replace?: (
22
domNode: DomElement
23
) => JSX.Element | object | void | undefined | null | false;
24
+
25
+ trim?: boolean;
26
}
27
28
/**
0 commit comments