@gem-sdk/core 1.17.10 → 1.18.0
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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -768,6 +768,8 @@ type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
768
768
|
placeholder?: string;
|
|
769
769
|
type: 'layout-segment';
|
|
770
770
|
options: Option<T>[];
|
|
771
|
+
iconViewBox?: string;
|
|
772
|
+
enableItemBackground?: boolean;
|
|
771
773
|
default?: T;
|
|
772
774
|
};
|
|
773
775
|
type LayoutSegmentControlType<T> = {
|