UNPKG

@hangtime/grip-connect-cli

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