UNPKG

@textbus/platform-browser

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

7 lines (6 loc) 319 B
import { Adapter } from '@textbus/core'; import { Subject } from '@tanbo/stream'; export declare abstract class DomAdapter<ViewComponent extends object = object, ViewElement extends object = object> extends Adapter<Element, Node, ViewComponent, ViewElement> { onViewUpdated: Subject<void>; host: HTMLElement; }