UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

5 lines 497 B
import type { StreamDeckButtonControlDefinition, StreamDeckControlDefinition } from './controlDefinition.js'; import type { Dimension } from './id.js'; export declare function generateButtonsGrid(width: number, height: number, pixelSize: Dimension, rtl?: boolean, columnOffset?: number): StreamDeckButtonControlDefinition[]; export declare function freezeDefinitions(controls: StreamDeckControlDefinition[]): Readonly<StreamDeckControlDefinition[]>; //# sourceMappingURL=controlsGenerator.d.ts.map