UNPKG

@ginden/blinkstick-v2

Version:
14 lines 292 B
/** * Channel for BlinkStick Pro devices. * @category Constants */ export declare const Channel: { readonly R: 0; readonly G: 1; readonly B: 2; }; /** * @category Constants */ export type Channel = (typeof Channel)[keyof typeof Channel]; //# sourceMappingURL=channel.d.ts.map