@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
7 lines • 534 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import { StreamDeckBase, type OpenStreamDeckOptions } from './base.js';
import { type StreamDeckGen2Properties } from './generic-gen2.js';
import type { PropertiesService } from '../services/properties/interface.js';
export declare const studioProperties: StreamDeckGen2Properties;
export declare function StreamDeckStudioFactory(device: HIDDevice, options: Required<OpenStreamDeckOptions>, propertiesService?: PropertiesService): StreamDeckBase;
//# sourceMappingURL=studio.d.ts.map