UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

8 lines 470 B
import { IContextFolderAction } from "./_types/IContextFolderAction"; import { IContextFolderHandlerConfig } from "./_types/IContextFolderHandlerConfig"; /** * Creates a context menu handler that adds an folder to the (context) menu * @param config The configuration for the context folder */ export declare function createContextFolderHandler(config: IContextFolderHandlerConfig): IContextFolderAction; //# sourceMappingURL=createContextFolderHandler.d.ts.map