UNPKG

streamdeck-typescript

Version:

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

6 lines (5 loc) 406 B
import { StreamDeckAction } from './stream-deck-action'; import { StreamDeckHandlerBase } from './stream-deck-handler-base'; import { StreamDeckPluginHandler } from './stream-deck-plugin-handler'; import { StreamDeckPropertyInspectorHandler } from './stream-deck-property-inspector-handler'; export { StreamDeckAction, StreamDeckHandlerBase, StreamDeckPluginHandler, StreamDeckPropertyInspectorHandler, };