UNPKG

vim-webgl-component

Version:

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

8 lines (7 loc) 275 B
import { IBaseEventHandling } from "ste-core"; import { IEventHandler } from "./IEventHandler"; /** * Indicates the object is capable of handling named events. */ export interface IEventHandling<TSender, TArgs> extends IBaseEventHandling<IEventHandler<TSender, TArgs>> { }