UNPKG

@textbus/xnote

Version:

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

8 lines (7 loc) 240 B
import { Subject, Textbus } from '@textbus/core'; export declare class KatexEditor extends Textbus { host: HTMLElement; onValueChange: Subject<string>; constructor(); mount(host: HTMLElement, code: string): Promise<this>; }