UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

8 lines (7 loc) 198 B
import { IEventManagement } from "ste-core"; /** * Event handler function with a generic argument */ export interface ISimpleEventHandler<TArgs> { (args: TArgs, ev: IEventManagement): void; }