UNPKG

@hangtime/grip-connect-cli

Version:
7 lines 220 B
/** * Device definition for the Tindeq Progressor. */ import type { DeviceDefinition } from "../types.js"; declare const progressor: DeviceDefinition; export default progressor; //# sourceMappingURL=progressor.d.ts.map