@wzyjs/utils 0.3.29 → 0.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export declare const downloadCsv: (dataSource: any, name?: string, columns?: any[]) => void;
1
+ export declare const downloadDataSource: (dataSource: any, name?: string, columns?: any[]) => void;
@@ -1,6 +1,2 @@
1
1
  export declare const scrollIntoView: (el: Element, option?: ScrollIntoViewOptions) => void;
2
- export declare const getElement: (el: string | Element) => {
3
- element: Element;
4
- originalStyle: CSSStyleDeclaration;
5
- };
6
- export declare const isElementInViewport: (el: string | Element) => boolean;
2
+ export declare const isElementInViewport: (el: string) => boolean;