@topconsultnpm/sdkui-react-beta 6.7.9 → 6.7.10
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,6 +1,6 @@
|
|
|
1
1
|
import { UserAppSettings } from "@topconsultnpm/sdk-ts-beta";
|
|
2
2
|
export declare class SDKUI_Globals {
|
|
3
|
-
static
|
|
3
|
+
static userAppSettings: UserAppSettings | undefined;
|
|
4
4
|
private static _dataGridShowRowLines;
|
|
5
5
|
private static _dataGridShowColumnLines;
|
|
6
6
|
private static _dataGridUseNativeScrollbar;
|