UNPKG

@hangtime/grip-connect-cli

Version:
7 lines 227 B
/** * Device definition for the SmartBoard Pro. */ import type { DeviceDefinition } from "../types.js"; declare const smartboardPro: DeviceDefinition; export default smartboardPro; //# sourceMappingURL=smartboard-pro.d.ts.map