layui/.svn/pristine/1e/1eaf3af3e4aea98c2aa865e1f6597e7fa48795e6.svn-base
2022-12-09 16:41:41 +08:00

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[];