UNPKG

vim-webgl-component

Version:

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

8 lines (7 loc) 288 B
import { IBaseEventHandling } from "ste-core"; import { ISimpleEventHandler } from "./ISimpleEventHandler"; /** * Indicates the object is capable of handling named simple events. */ export interface ISimpleEventHandling<TArgs> extends IBaseEventHandling<ISimpleEventHandler<TArgs>> { }