UNPKG

wx-gantt-store

Version:

6 lines (5 loc) 340 B
import type { TID } from "@wx/lib-state"; import { IOptionConfig } from "./menuOptions"; import { IButtonConfig } from "./toolbarButtons"; export declare function handleAction(api: any, action: string, target: TID | null, _: any): void; export declare function isHandledAction(options: IOptionConfig[] | IButtonConfig[], id: TID): boolean;