@hunter-industries/hunter-components 0.0.65 → 0.0.67

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.
@@ -126,10 +126,15 @@ declare const meta: {
126
126
  parameters: {};
127
127
  tags: string[];
128
128
  args: {
129
- options: {
129
+ options: ({
130
+ id: number;
131
+ name: string;
132
+ disabled: boolean;
133
+ } | {
130
134
  id: number;
131
135
  name: string;
132
- }[];
136
+ disabled?: undefined;
137
+ })[];
133
138
  collapsed: boolean;
134
139
  scrollable: boolean;
135
140
  };