slate-angular 16.1.0-next.0 → 16.1.0-next.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.
@@ -68,7 +68,6 @@ export declare class SlateEditable implements OnInit, OnChanges, OnDestroy, Afte
68
68
  viewContainerRef: ViewContainerRef;
69
69
  getOutletElement: () => any;
70
70
  listRender: ListRender;
71
- private throttleRAF;
72
71
  constructor(elementRef: ElementRef, renderer2: Renderer2, cdr: ChangeDetectorRef, ngZone: NgZone, injector: Injector, defaultElement: ComponentType<BaseElementComponent>, defaultText: ComponentType<BaseTextComponent>, defaultVoidText: ComponentType<BaseTextComponent>, defaultLeaf: ComponentType<BaseLeafComponent>);
73
72
  ngOnInit(): void;
74
73
  ngOnChanges(simpleChanges: SimpleChanges): void;