@gem-sdk/core 2.0.0-dev.504 → 2.0.0-dev.508
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/dist/types/index.d.ts
CHANGED
|
@@ -36325,6 +36325,7 @@ type SettingUICompo = {
|
|
|
36325
36325
|
iconPrefix?: string;
|
|
36326
36326
|
disableScrollbar?: boolean;
|
|
36327
36327
|
capitalizeDisplayValue?: boolean;
|
|
36328
|
+
isTypoValue?: boolean;
|
|
36328
36329
|
enableCheckSettingsValue?: boolean;
|
|
36329
36330
|
};
|
|
36330
36331
|
type SettingUIMoreSetting = {
|