UNPKG

@textbus/xnote

Version:

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

8 lines (7 loc) 203 B
import { Observable } from '@textbus/core'; export declare class DropdownService { onSiblingOpen: Observable<number>; private siblingOpenEvent; constructor(); notify(id: number): void; }