UNPKG

@blocknote/react

Version:

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

10 lines (9 loc) 409 B
import { ReactNode } from "react"; import { TableCellButtonProps } from "./TableCellButtonProps.js"; /** * By default, the TableCellHandle component will render with the default icon. * However, you can override the icon to render by passing children. */ export declare const TableCellButton: (props: TableCellButtonProps & { children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element | null;