UNPKG

@textbus/xnote

Version:

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

5 lines (4 loc) 156 B
export interface LinkToolProps { hideToolbar?(): void; } export declare function LinkTool(props: LinkToolProps): () => import("@viewfly/core").JSXNode;