UNPKG

ovuse

Version:

WPF-inspired Web UI framework

6 lines (5 loc) 248 B
export declare class EventAction { invokeHandler: ((event: EventAction, parameter: any) => void) | undefined; constructor(invokeHandler?: ((event: EventAction, parameter: any) => void) | undefined); invoke(parameter: any): void; }