UNPKG

@textbus/xnote

Version:

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

8 lines (7 loc) 243 B
import { Subject } from '@textbus/core'; export declare class EditorService { hideInlineToolbar: boolean; canShowLeftToolbar: boolean; onLeftToolbarCanVisibleChange: Subject<void>; changeLeftToolbarVisible(b: boolean): void; }