UNPKG

cui-light

Version:
5 lines (4 loc) 198 B
import { ICuiCallbackExecutor } from "../models/interfaces"; export declare class CuiCallbackExecutor implements ICuiCallbackExecutor { execute(callback: any, args: any[]): Promise<void>; }