@gem-sdk/core 1.11.0 → 1.12.0-next.4
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
|
@@ -881,6 +881,7 @@ type ComponentSetting<P extends BaseProps> = {
|
|
|
881
881
|
presets?: ComponentPreset[];
|
|
882
882
|
};
|
|
883
883
|
type ControlUI = {
|
|
884
|
+
layout?: 'vertical' | 'horizontal';
|
|
884
885
|
type: 'group' | 'tab' | 'advanced' | 'control';
|
|
885
886
|
label?: Record<string, string>;
|
|
886
887
|
info?: Record<string, string>;
|