@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
16 lines (15 loc) • 899 B
TypeScript
export declare const key: any;
export declare function cellAround($pos: any): any;
export declare function cellWrapping($pos: any): any;
export declare function isInTable(state: any): boolean;
export declare function selectionCell(state: any): any;
export declare function pointsAtCell($pos: any): any;
export declare function moveCellForward($pos: any): any;
export declare function inSameTable($a: any, $b: any): boolean;
export declare function findCell($pos: any): any;
export declare function colCount($pos: any): any;
export declare function nextCell($pos: any, axis: any, dir: any): any;
export declare function setAttr(attrs: any, name: any, value: any): {};
export declare function removeColSpan(attrs: any, pos: any, n?: number): {};
export declare function addColSpan(attrs: any, pos: any, n?: number): {};
export declare function columnIsHeader(map: any, table: any, col: any): boolean;