UNPKG

@textbus/xnote

Version:

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

6 lines (5 loc) 304 B
import { Attribute, Textbus } from '@textbus/core'; import { AttributeLoader } from '@textbus/platform-browser'; export declare const headingAttr: Attribute<string>; export declare const headingAttrLoader: AttributeLoader<string>; export declare function registerHeadingShortcut(textbus: Textbus): void;