UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

6 lines 472 B
import type { HIDDevice } from '../hid-device.js'; import type { OpenStreamDeckOptions, StreamDeckBase } from './base.js'; import { type DeviceModelId } from '../id.js'; import type { PropertiesService } from '../services/properties/interface.js'; export declare function StreamDeck6KeyFactory(model: DeviceModelId, device: HIDDevice, options: Required<OpenStreamDeckOptions>, _tcpPropertiesService?: PropertiesService): StreamDeckBase; //# sourceMappingURL=6-key.d.ts.map