8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Returns a localized text by key.
|
|
* @param key
|
|
*/
|
|
function GetLocalizedText(key: string): string;
|
|
}
|
|
//# sourceMappingURL=GetLocalizedText.d.ts.map
|