UNPKG

@ginden/blinkstick-v2

Version:
14 lines 290 B
import { Channel } from '../types'; /** * Use LED API instead. * @deprecated * @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