@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
6 lines • 435 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions } from './base.js';
import { StreamDeckBase } from './base.js';
import type { PropertiesService } from '../services/properties/interface.js';
export declare function NetworkDockFactory(device: HIDDevice, options: Required<OpenStreamDeckOptions>, _tcpPropertiesService?: PropertiesService): StreamDeckBase;
//# sourceMappingURL=network-dock.d.ts.map