4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
export declare function throttle(func: Function): (args: any) => void;
|
|
export declare function handle_select(e: Event): void;
|
|
export declare function makeDots(props: any): number[];
|