UNPKG

@textbus/xnote

Version:

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

3 lines (2 loc) 125 B
import { Slot } from '@textbus/core'; export declare function useBlockContent(slot: Slot | ((slot: Slot) => boolean)): void;