@formkit/pro 0.114.0-80ae2ed → 0.114.0-98a7254

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/index.d.ts CHANGED
@@ -1242,7 +1242,7 @@ declare module '@formkit/inputs' {
1242
1242
  closeOnSelect?: Bool
1243
1243
  openOnRemove?: Bool
1244
1244
  alwaysLoadOnOpen?: Bool
1245
- selectionRemovable?: Props['multiple'] extends Yes ? Bool : undefined
1245
+ selectionRemovable?: Props['multiple'] extends Yes ? undefined : Bool
1246
1246
  loadOnCreated?: Bool
1247
1247
  clearSearchOnOpen?: Bool
1248
1248
  emptyMessage?: string