UNPKG

@launchmenu/applet-notes

Version:
12 lines 822 B
import { CompoundCommand, IExecuteArg, IField } from "@launchmenu/core"; /** * An action to set the font size of a note */ export declare const setFontSizeAction: import("@launchmenu/core").IAction<IField<number | "inherit">, { execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>; }, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>> & { createBinding: import("@launchmenu/core").IBindingCreator<IField<number | "inherit">, { execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>; }, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>>; }; //# sourceMappingURL=setFontSizeAction.d.ts.map