@ones-editor/editor 2.8.39 → 2.8.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,3 +2,4 @@ export declare function isOfficeHtml(html: string): boolean;
|
|
|
2
2
|
export declare function isInlineElem(elem: Element): boolean;
|
|
3
3
|
export declare function isTextBlockElem(elem: Element): boolean;
|
|
4
4
|
export declare function replaceCrLf(text: string): string;
|
|
5
|
+
export declare function replaceCrLfWithSpace(text: string): string;
|