@tinymce/tinymce-react
Advanced tools
Comparing version 4.3.3-rc.20231126214351299.shae2b1907 to 4.3.3-rc.20240219221352276.shadbdf516
@@ -14,6 +14,3 @@ import * as React from 'react'; | ||
value: string; | ||
init: EditorOptions & { | ||
selector?: undefined; | ||
target?: undefined; | ||
}; | ||
init: EditorOptions & Partial<Record<'selector' | 'target' | 'readonly', undefined>>; | ||
tagName: string; | ||
@@ -20,0 +17,0 @@ cloudChannel: string; |
@@ -14,6 +14,3 @@ import * as React from 'react'; | ||
value: string; | ||
init: EditorOptions & { | ||
selector?: undefined; | ||
target?: undefined; | ||
}; | ||
init: EditorOptions & Partial<Record<'selector' | 'target' | 'readonly', undefined>>; | ||
tagName: string; | ||
@@ -20,0 +17,0 @@ cloudChannel: string; |
@@ -73,4 +73,4 @@ { | ||
}, | ||
"version": "4.3.3-rc.20231126214351299.shae2b1907", | ||
"version": "4.3.3-rc.20240219221352276.shadbdf516", | ||
"name": "@tinymce/tinymce-react" | ||
} |
97276
1796