@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
7 lines • 502 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions } from './base.js';
import { StreamDeckBase } from './base.js';
import { type DeviceModelId } from '../id.js';
import type { PropertiesService } from '../services/properties/interface.js';
export declare function StreamDeck15KeyFactory(model: DeviceModelId, device: HIDDevice, options: Required<OpenStreamDeckOptions>, _tcpPropertiesService?: PropertiesService): StreamDeckBase;
//# sourceMappingURL=15-key.d.ts.map