UNPKG

@textbus/adapter-viewfly

Version:

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

7 lines (6 loc) 290 B
import { NodeViewAdapter } from '@textbus/platform-node'; import { Injector } from '@viewfly/core'; import { Component } from '@textbus/core'; export declare class ViewflyVDomAdapter extends NodeViewAdapter { render(rootComponent: Component, injector: Injector): void | (() => void); }