@elgato/streamdeck
Version:
The official Node.js SDK for creating Stream Deck plugins.
8 lines (7 loc) • 366 B
TypeScript
export type { Action } from "./action";
export type { ActionContext } from "./context";
export { action } from "./decorators";
export type { DialAction, TriggerDescriptionOptions } from "./dial";
export type { ImageOptions, KeyAction, TitleOptions } from "./key";
export type { ActionService } from "./service";
export { SingletonAction } from "./singleton-action";