1mpacto-react-ui 0.0.79 → 0.0.81
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/index.cjs +35 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +845 -844
- package/dist/index.mjs.map +1 -1
- package/dist/src/utils/common.d.ts +1 -1
- package/package.json +1 -1
@@ -20,7 +20,7 @@ export declare const transformDataHistory: <T extends Record<string, TDateType>>
|
|
20
20
|
format?: string;
|
21
21
|
}) => Record<string, T[]>;
|
22
22
|
export declare const parseDecimal: (value: number | string, decimals?: number) => number;
|
23
|
-
export declare const removeKeyObjectEmptyValue: (data: IMergeState
|
23
|
+
export declare const removeKeyObjectEmptyValue: (data: IMergeState) => IMergeState;
|
24
24
|
export declare const transformLatLong: (value: string, options?: {
|
25
25
|
latMin?: number;
|
26
26
|
longMin?: number;
|
package/package.json
CHANGED