@formkit/pro 0.127.0 → 0.127.2

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
@@ -1583,7 +1583,7 @@ declare module '@formkit/inputs' {
1583
1583
  value?: string | number
1584
1584
  label?: string
1585
1585
  disabled?: Bool
1586
- unit: Units
1586
+ unit?: Units
1587
1587
  displayLocale?: string
1588
1588
  decimals?: Bool | number | string
1589
1589
  minDecimals?: number | string
@@ -1593,7 +1593,6 @@ declare module '@formkit/inputs' {
1593
1593
  valueUnit?: Units
1594
1594
  valueUnitDecimals?: number
1595
1595
  unitDisplay?: 'long' | 'short' | 'narrow'
1596
- unitFormatting: boolean | string
1597
1596
  }
1598
1597
 
1599
1598
  datepicker: {