UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

5 lines 214 B
import type { StreamDeckInputService } from './interface.js'; export declare class FakeInputService implements StreamDeckInputService { handleInput(_data: Uint8Array): void; } //# sourceMappingURL=fake.d.ts.map