gt-react 3.1.90 → 3.1.92
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,9 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
/**
|
|
3
2
|
* Flattens a nested dictionary by concatenating nested keys.
|
|
4
3
|
* @param {Record<string, any>} dictionary - The dictionary to flatten.
|
|
5
4
|
* @param {string} [prefix=''] - The prefix for nested keys.
|
|
6
5
|
* @returns {Record<string, React.ReactNode>} The flattened dictionary object.
|
|
7
6
|
*/
|
|
8
|
-
export default function flattenDictionary(dictionary: Record<string, any>, prefix?: string): Record<string,
|
|
7
|
+
export default function flattenDictionary(dictionary: Record<string, any>, prefix?: string): Record<string, any>;
|
|
9
8
|
//# sourceMappingURL=flattenDictionary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flattenDictionary.d.ts","sourceRoot":"","sources":["../../../src/primitives/dictionary/flattenDictionary.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"flattenDictionary.d.ts","sourceRoot":"","sources":["../../../src/primitives/dictionary/flattenDictionary.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAE,MAAW,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAgBnH"}
|