UNPKG

@textbus/xnote

Version:

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

5 lines (4 loc) 176 B
export interface InlineToolbarProps { theme?: 'dark' | 'light'; } export declare const InlineToolbar: (props: InlineToolbarProps) => () => import("@viewfly/core").JSXNode;