@odoo/o-spreadsheet
Version:
A spreadsheet component
19 lines (18 loc) • 757 B
TypeScript
import { ActionSpec } from "./action";
export declare const linkSheet: ActionSpec;
export declare const deleteSheet: ActionSpec;
export declare const duplicateSheet: ActionSpec;
export declare const renameSheet: (args: {
renameSheetCallback: () => void;
}) => ActionSpec;
export declare const changeSheetTabColor: (args: {
openSheetTabColorPickerCallback: () => void;
}) => ActionSpec;
export declare const changeSheetBackgroundColor: (args: {
openSheetBackgroundColorPickerCallback: () => void;
}) => ActionSpec;
export declare const sheetMoveRight: ActionSpec;
export declare const sheetMoveLeft: ActionSpec;
export declare const hideSheet: ActionSpec;
export declare const lockSheet: ActionSpec;
export declare const unlockSheet: ActionSpec;