@trackunit/translations-machine-type 0.0.34 → 0.0.35
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/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @returns {(key: string, fallbackValue?: string) => string)} A function that takes a key and returns the translated value.
|
|
5
5
|
*/
|
|
6
6
|
export declare const useMachineInsightsTranslations: () => {
|
|
7
|
-
getInsightOptionText: (key
|
|
7
|
+
getInsightOptionText: (key?: string, fallbackValue?: string) => string;
|
|
8
8
|
getInsightUnitText: (key: string) => string;
|
|
9
9
|
getInsightSubType: (type: string, subtype: string) => string;
|
|
10
10
|
};
|