@gem-sdk/core 2.0.0-staging.1042 → 2.0.0-staging.1046
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 +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36180,6 +36180,7 @@ type SimpleSelectBase<K, T> = BaseSelect<K> & {
|
|
|
36180
36180
|
showSelectedSvg?: boolean;
|
|
36181
36181
|
fixWidth?: boolean;
|
|
36182
36182
|
disableSelectedText?: boolean;
|
|
36183
|
+
disableDefault?: boolean;
|
|
36183
36184
|
};
|
|
36184
36185
|
type SimpleSelect<K, T> = SimpleSelectBase<K, T> & {
|
|
36185
36186
|
type: 'select';
|