@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
6 lines • 444 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 GalleonK100Factory(device: HIDDevice, options: Required<OpenStreamDeckOptions>, _tcpPropertiesService?: PropertiesService): Promise<StreamDeckBase>;
//# sourceMappingURL=galleon-k100.d.ts.map