UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

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