@textbus/xnote
Version:
A high-performance rich text editor that supports multiplayer online collaboration.
6 lines (5 loc) • 357 B
TypeScript
import { Selection, Slot } from '@textbus/core';
import { TableComponent } from '../../../textbus/components/table/table.component';
export declare function isInTable(selection: Selection): boolean;
export declare function getParentTable(slot: Slot | null): TableComponent | null;
export declare function getTableSlotBySlot(slot: Slot | null): Slot | null;