UNPKG

tdesign-mobile-vue

Version:
10 lines (9 loc) 228 B
export declare const findRelativeContainer: (dom: any) => any; export declare const findRelativeRect: (dom: any) => { top: number; bottom: number; left: number; right: number; width: any; height: any; };