UNPKG

@textbus/xnote

Version:

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

5 lines (4 loc) 224 B
import { Formatter } from '@textbus/core'; import { FormatLoader } from '@textbus/platform-browser'; export declare const superscriptFormatter: Formatter<boolean>; export declare const superscriptFormatLoader: FormatLoader;