UNPKG

@textbus/xnote

Version:

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

7 lines (6 loc) 358 B
import { Formatter, Textbus } from '@textbus/core'; import { FormatLoader } from '@textbus/platform-browser'; export declare const codeFormatter: Formatter<boolean>; export declare function toggleCode(textbus: Textbus): void; export declare function registerCodeShortcut(textbus: Textbus): void; export declare const codeFormatLoader: FormatLoader<boolean>;