tsv2-library 0.2.5 → 0.2.7

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.
@@ -51,6 +51,11 @@ export interface TSCalendarProps {
51
51
  * Defines the calendar to use hour picker.
52
52
  */
53
53
  showTime?: boolean;
54
+ /**
55
+ * Formats the hour picker to 12 hour format.
56
+ * @default true
57
+ */
58
+ useTimeFormat?: boolean;
54
59
  }
55
60
 
56
61
  /**