UNPKG

@odoo/o-spreadsheet

Version:
24 lines (23 loc) 1.03 kB
import { ActionSpec } from "./action"; export declare const undo: ActionSpec; export declare const redo: ActionSpec; export declare const copy: ActionSpec; export declare const cut: ActionSpec; export declare const paste: ActionSpec; export declare const pasteSpecial: ActionSpec; export declare const pasteSpecialValue: ActionSpec; export declare const pasteSpecialFormat: ActionSpec; export declare const findAndReplace: ActionSpec; export declare const deleteValues: ActionSpec; export declare const deleteRows: ActionSpec; export declare const deleteRow: ActionSpec; export declare const clearRows: ActionSpec; export declare const deleteCols: ActionSpec; export declare const deleteCol: ActionSpec; export declare const clearCols: ActionSpec; export declare const deleteCells: ActionSpec; export declare const deleteCellShiftUp: ActionSpec; export declare const deleteCellShiftLeft: ActionSpec; export declare const mergeCells: ActionSpec; export declare const editTable: ActionSpec; export declare const deleteTable: ActionSpec;