UNPKG

vim-webgl-component

Version:

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

8 lines (7 loc) 233 B
import { IBaseEventHandling } from "ste-core"; import { ISignalHandler } from "."; /** * Indicates the object is capable of handling named signals. */ export interface ISignalHandling extends IBaseEventHandling<ISignalHandler> { }