@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
6 lines • 614 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions, StreamDeckProperties, StreamDeckServicesDefinition } from './base.js';
import type { PropertiesService } from '../services/properties/interface.js';
export type StreamDeckGen2Properties = Omit<StreamDeckProperties, 'KEY_DATA_OFFSET'>;
export declare function createBaseGen2Properties(device: HIDDevice, options: Required<OpenStreamDeckOptions>, properties: StreamDeckGen2Properties, propertiesService: PropertiesService | null, disableXYFlip?: boolean): StreamDeckServicesDefinition;
//# sourceMappingURL=generic-gen2.d.ts.map