@hestia-earth/ui-components 0.40.7 → 0.40.8
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/package.json
CHANGED
|
@@ -1324,6 +1324,7 @@ interface ButtonGroupItem {
|
|
|
1324
1324
|
name: string;
|
|
1325
1325
|
id: string;
|
|
1326
1326
|
removable?: boolean;
|
|
1327
|
+
sortable?: boolean;
|
|
1327
1328
|
}
|
|
1328
1329
|
declare class HorizontalButtonsGroupComponent extends ControlValueAccessor<string> {
|
|
1329
1330
|
protected readonly value: _angular_core.WritableSignal<string>;
|