Files

8 lines
356 B
TypeScript

import type { StreamDeck } from '@elgato-stream-deck/core';
import { StreamDeckProxy } from '@elgato-stream-deck/core';
export declare class StreamDeckNode extends StreamDeckProxy {
private readonly resetToLogoOnClose;
constructor(device: StreamDeck, resetToLogoOnClose: boolean);
close(): Promise<void>;
}
//# sourceMappingURL=wrapper.d.ts.map