@esvndev/es-react-table-interface 1.1.5 → 1.1.7

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.
package/dist/func.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { INumericFormatted, ITypeNumericFormatted } from "./interface";
2
2
  export declare const configNumber: any;
3
3
  export declare const useDebounce: (value: string, milliSeconds: any) => string;
4
+ export declare const renderResponse: (rs: any) => any;
4
5
  export declare const findItem: (array: any[] | undefined, key: string, value: any) => any;
5
6
  export declare const isNullOrUndefined: (d: any) => boolean;
6
7
  export declare const isStringNullOrEmpty: (d: any) => boolean;
@@ -24,3 +25,5 @@ export declare const numberRatioTemplate: (props: any) => string;
24
25
  export declare const numberAllocationRatioTemplate: (props: any) => string;
25
26
  export declare const numberSo_CongTemplate: (props: any) => string;
26
27
  export declare const columnsSelectTable_Key_Label: any[];
28
+ export declare const flattenArray: (arr: any) => any;
29
+ export declare const renderLink: (userSubject: any) => any;