@formkit/pro 0.127.13 → 0.127.15

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
@@ -977,6 +977,7 @@ export declare interface FormKitTogglebuttonsSlots<Props extends FormKitInputs<P
977
977
  message: FormKitSlotData<Props, TogglebuttonsSlotData<Props> & {
978
978
  message: FormKitMessage;
979
979
  }>;
980
+ label: FormKitSlotData<Props, TogglebuttonsSlotData<Props>>;
980
981
  }
981
982
 
982
983
  /**