UNPKG

@ginden/blinkstick-v2

Version:
9 lines 239 B
/** * Null frame doesn't change the state of the LEDs. It just waits. * @category Animation */ export declare class WaitFrame { readonly duration: number; constructor(duration: number); } //# sourceMappingURL=wait-frame.d.ts.map