@ucloud-pccl/react-components
Version:
UCloud pccl react components
9 lines (8 loc) • 320 B
TypeScript
export function buffer(fn: any, ms: any): {
(): void;
clear: () => void;
};
export function isSamePoint(prev: any, next: any): boolean;
export function isWindow(obj: any): any;
export function isSimilarValue(val1: any, val2: any): boolean;
export function restoreFocus(activeElement: any, container: any): void;