zartui 3.1.66 → 3.1.68

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.
@@ -38,7 +38,7 @@ export declare const MultiplePicker: import("../utils").WithInstall<import("vue"
38
38
  };
39
39
  filteredOptions: {
40
40
  type: import("vue").PropType<import("./types").PickerOption[]>;
41
- default: () => import("./types").PickerOption[];
41
+ default: undefined;
42
42
  };
43
43
  toolbarPosition: {
44
44
  type: import("vue").PropType<string>;
@@ -103,7 +103,7 @@ export declare const MultiplePicker: import("../utils").WithInstall<import("vue"
103
103
  };
104
104
  filteredOptions: {
105
105
  type: import("vue").PropType<import("./types").PickerOption[]>;
106
- default: () => import("./types").PickerOption[];
106
+ default: undefined;
107
107
  };
108
108
  toolbarPosition: {
109
109
  type: import("vue").PropType<string>;