UNPKG

@textbus/xnote

Version:

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

8 lines (7 loc) 245 B
import { Slot } from '@textbus/core'; export interface InsertToolProps { slot: Slot | null; hideTitle?: boolean; replace?: boolean; } export declare function InsertMenu(props: InsertToolProps): () => import("@viewfly/core").JSXNode;