UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

9 lines 499 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 * @exportTo noExport */ export declare function createContextFolderHandlerRaw(config: IContextFolderHandlerConfig): IContextFolderAction; //# sourceMappingURL=createContextFolderHandlerRaw.d.ts.map