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