UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

10 lines (9 loc) 396 B
export function buffer(fn: any, ms: any): { (): void; clear: () => void; }; export function isSamePoint(prev: any, next: any): boolean; export function isWindow(obj: any): boolean; export function isSimilarValue(val1: any, val2: any): boolean; export function restoreFocus(activeElement: any, container: any): void; export function monitorResize(element: any, callback: any): () => void;