@esvndev/es-react-table-interface 1.4.17 → 1.4.19

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,3 +1,3 @@
1
1
  import React from "react";
2
2
  import { IExternalInterface } from "../../interface";
3
- export declare const ExternalInterface: (props: IExternalInterface) => React.JSX.Element;
3
+ export declare const ExternalInterface: React.MemoExoticComponent<(props: IExternalInterface) => React.JSX.Element>;
package/dist/func.d.ts CHANGED
@@ -36,3 +36,5 @@ export declare const renderLink: (userSubject: any) => any;
36
36
  export declare const lowercaseFirstLetter: (str: any) => any;
37
37
  export declare const connectString: (t: any, props: string[]) => any;
38
38
  export declare const PermissionResolveTree: (data: any) => any[];
39
+ export declare const getFormatColumnsPrint: (type: any) => "dd/MM/yyyy" | "dd/MM/yyyy HH:mm" | undefined;
40
+ export declare const getDataTypeColumnsPrint: (type: any) => "number" | "date" | undefined;