@formkit/pro 0.125.3 → 0.125.5

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
@@ -1556,8 +1556,8 @@ declare module '@formkit/inputs' {
1556
1556
  displayLocale?: string
1557
1557
  decimals?: Bool | number | string
1558
1558
  minDecimals?: number | string
1559
- min?: number
1560
- max?: number
1559
+ min?: number | string
1560
+ max?: number | string
1561
1561
  step?: number
1562
1562
  // valueLocale?: string
1563
1563
  // valueFormat?: string
@@ -1572,8 +1572,8 @@ declare module '@formkit/inputs' {
1572
1572
  displayLocale?: string
1573
1573
  decimals?: Bool | number | string
1574
1574
  minDecimals?: number | string
1575
- min?: number
1576
- max?: number
1575
+ min?: number | string
1576
+ max?: number | string
1577
1577
  step?: number
1578
1578
  // valueLocale?: string
1579
1579
  // valueFormat?: string