UNPKG

@blocknote/react

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

3 lines (2 loc) 186 B
import { BlockNoteEditor, Styles, StyleSchema } from "@blocknote/core"; export declare function useActiveStyles<T extends StyleSchema>(editor?: BlockNoteEditor<any, any, T>): Styles<T>;