UNPKG

@textbus/xnote

Version:

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

5 lines (4 loc) 111 B
import { Subject } from '@textbus/core'; export declare class RefreshService { onRefresh: Subject<void>; }