@formkit/pro 0.125.8 → 0.126.0

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
@@ -500,6 +500,7 @@ export declare interface FormKitColorpickerSlots<Props extends FormKitInputs<Pro
500
500
  export declare interface FormKitCurrencySlots<Props extends FormKitInputs<Props>> {
501
501
  wrapper: FormKitSlotData<Props, CurrencySlotData<Props>>;
502
502
  input: FormKitSlotData<Props, CurrencySlotData<Props>>;
503
+ label: FormKitSlotData<Props, CurrencySlotData<Props>>;
503
504
  prefix: FormKitSlotData<Props, CurrencySlotData<Props>>;
504
505
  suffix: FormKitSlotData<Props, CurrencySlotData<Props>>;
505
506
  help: FormKitSlotData<Props, CurrencySlotData<Props>>;