@bigcommerce/checkout-sdk 1.493.0 → 1.494.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.
@@ -5197,6 +5197,7 @@ declare interface FormField {
5197
5197
  secret?: boolean;
5198
5198
  min?: string | number;
5199
5199
  max?: string | number;
5200
+ inputDateFormat?: string;
5200
5201
  options?: FormFieldOptions;
5201
5202
  requirements?: CustomerPasswordRequirements;
5202
5203
  }