UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

5 lines (4 loc) 170 B
export declare abstract class StreamDeckAction<Plugin, Instance> { protected _sd_events: Function[]; protected constructor(plugin: Plugin, actionName: string); }