7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Gets the current Themename.
|
|
*/
|
|
function GetTheme(): string;
|
|
}
|
|
//# sourceMappingURL=GetTheme.d.ts.map
|