@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/README.md +12 -27
- package/index.cjs +10 -10
- package/index.d.ts +1 -0
- package/index.mjs +38 -38
- package/package.json +1 -1
- package/transferList/index.mjs +1 -1
- package/transferList/transferList.ts +7 -0
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>>;
|