@esvndev/es-react-table-interface 1.7.25 → 1.7.27
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 +1 -0
- package/dist/index.js +46 -46
- package/package.json +2 -2
package/dist/func.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { INumericFormatted, ITypeNumericFormatted } from "./interface";
|
|
2
2
|
export declare const loginId: string | null;
|
|
3
3
|
export declare const screenView: any;
|
|
4
|
+
export declare const getCurrentOrganization: any;
|
|
4
5
|
export declare const getCurrentOrganizationId: any;
|
|
5
6
|
export declare const configNumber: any;
|
|
6
7
|
export declare const useDebounce: (value: string, milliSeconds: any) => string;
|