@remirror/extension-react-tables
Version:
Create tables with nested react components.
10 lines (9 loc) • 364 B
TypeScript
import { FindProsemirrorNodeResult } from '@remirror/core';
import { Positioner } from '@remirror/extension-positioner';
/**
* Creates a positioner for the current table cell node which will show the
* cell menu.
*
* It spans the full width and height of the table cell node.
*/
export declare const menuCellPositioner: Positioner<FindProsemirrorNodeResult>;