UNPKG

@textbus/xnote

Version:

A high-performance rich text editor that supports multiplayer online collaboration.

8 lines (7 loc) 220 B
import { Plugin } from '@textbus/core'; import { Injector } from '@viewfly/core'; export declare class LeftToolbarPlugin implements Plugin { private app; setup(injector: Injector): void; onDestroy(): void; }