@luzmo/lucero 0.0.33 → 0.0.35

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.
@@ -115,7 +115,7 @@ export declare class LuzmoSelect extends LuzmoSelect_base {
115
115
  * Display as a quiet picker
116
116
  */
117
117
  quiet: boolean;
118
- value: string[];
118
+ value: (string | number | null)[];
119
119
  options: any[];
120
120
  get selfManageFocusElement(): boolean;
121
121
  selects: undefined | 'single' | 'multiple';