slate-angular 20.2.0-next.13 → 20.2.0-next.14
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/fesm2022/slate-angular.mjs +48 -19
- package/fesm2022/slate-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -480,6 +480,7 @@ declare class LeavesRender {
|
|
|
480
480
|
initialize(context: SlateTextContext): void;
|
|
481
481
|
update(context: SlateTextContext): void;
|
|
482
482
|
private getLeaves;
|
|
483
|
+
destroy(): void;
|
|
483
484
|
}
|
|
484
485
|
|
|
485
486
|
declare abstract class BaseTextFlavour<T extends Text = Text> extends BaseFlavour<SlateTextContext<T>> {
|
package/package.json
CHANGED