UNPKG

mj-context-menu

Version:
6 lines (5 loc) 258 B
import { Item } from './item.js'; export declare function close(item: Item): void; export declare function getActiveElement(item: Item): HTMLElement; export declare function error(_error: Error, msg: string): void; export declare function counter(): number;