UNPKG

@textbus/xnote

Version:

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

4 lines (3 loc) 112 B
export declare abstract class FileUploader { abstract uploadFile(type: string): string | Promise<string>; }