UNPKG

rc-slider-captcha

Version:
12 lines (11 loc) 547 B
export declare const prefixCls = "rc-slider-captcha"; export declare function getClient(e: any): { clientX: number; clientY: number; }; export declare function setStyle(el: HTMLElement | null, styleObj?: Record<string, string>): void; export declare const isBrowser: boolean; export declare const isSupportPointer: boolean; export declare const isSupportTouch: boolean; export declare const reflow: (node: HTMLElement | null) => number | undefined; export declare function normalizeNumber(num: number, precision?: number | false): number;