UNPKG

@ginden/blinkstick-v2

Version:
14 lines 341 B
import { Channel } from '../types'; /** * @summary Legacy options for setting color on LEDs. * @deprecated Use LED API instead. * @category Legacy */ export type SetColorOptions = { channel?: Channel; /** * Index of the LED to set the color for. */ index?: number; }; //# sourceMappingURL=set-color-options.d.ts.map