UNPKG

@blocknote/react

Version:

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

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