nam-rich-text-editor 9.2.1 → 9.2.2
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.
- package/dist/rich-text-editor.es.js +1181 -1148
- package/dist/rich-text-editor.umd.js +5 -5
- package/dist/utils/SelectionUtils.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export declare function setSelectedImageContainer(container: HTMLElement | null): void;
|
|
2
|
+
export declare function getSelectedImageContainer(): HTMLElement | null;
|
|
1
3
|
export declare function saveSelection(range?: Range | null): void;
|
|
2
4
|
export declare function restoreSelection(): void;
|
|
3
5
|
export declare function applyInlineStyleToSelection(styleProp: string, value: string): void;
|
package/package.json
CHANGED