UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

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