@omnia/fx 8.0.98-vnext → 8.0.99-vnext
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.
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
readonly color?: string;
|
55
55
|
readonly icon?: IIcon;
|
56
56
|
readonly location?: Position;
|
57
|
-
readonly "offset-y"?: string | number;
|
58
57
|
readonly "offset-x"?: string | number;
|
58
|
+
readonly "offset-y"?: string | number;
|
59
59
|
};
|
60
60
|
$attrs: {
|
61
61
|
[x: string]: unknown;
|
@@ -189,8 +189,8 @@ declare const _default: {
|
|
189
189
|
color?: string;
|
190
190
|
icon?: IIcon;
|
191
191
|
location?: Position;
|
192
|
-
"offset-y"?: string | number;
|
193
192
|
"offset-x"?: string | number;
|
193
|
+
"offset-y"?: string | number;
|
194
194
|
}>, never>;
|
195
195
|
};
|
196
196
|
export default _default;
|