UNPKG

@textbus/xnote

Version:

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

7 lines (6 loc) 201 B
import { Keymap } from '@textbus/core'; import { JSXNode } from '@viewfly/core'; export interface KeymapProps { keymap: Keymap; } export declare function Keymap(props: KeymapProps): () => JSXNode;