UNPKG

@textbus/platform-node

Version:

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

9 lines (8 loc) 282 B
import { Module } from '@textbus/core'; import { Provider } from '@viewfly/core'; import { NodeViewAdapter } from './node-view-adapter'; export declare class NodeModule implements Module { private adapter; providers: Provider[]; constructor(adapter: NodeViewAdapter); }