UNPKG

led-matrix-ts

Version:

Highly customizable led matrix for the browser

9 lines (8 loc) 206 B
import { Scroller } from "./scroller"; export declare enum ScrollerTypes { Side = 0, Vertical = 1 } export declare class ScrollerBuilder { static build(scrollerType: ScrollerTypes): Scroller; }