UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

4 lines 289 B
import type { HIDDevice } from '../hid-device.js'; import type { OpenStreamDeckOptions, StreamDeckBase } from './base.js'; export declare function StreamDeckOriginalFactory(device: HIDDevice, options: Required<OpenStreamDeckOptions>): StreamDeckBase; //# sourceMappingURL=original.d.ts.map