@ctlyst.id/internal-ui 3.3.15 → 3.4.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/dist/index.d.mts CHANGED
@@ -273,6 +273,7 @@ type DatepickerProps = DatePickerProps & {
273
273
  onClear?: () => void;
274
274
  showMonth?: boolean;
275
275
  shortMonth?: boolean;
276
+ timezoneLabel?: string;
276
277
  };
277
278
  declare const Datepicker: React__default.FC<DatepickerProps>;
278
279
 
package/dist/index.d.ts CHANGED
@@ -273,6 +273,7 @@ type DatepickerProps = DatePickerProps & {
273
273
  onClear?: () => void;
274
274
  showMonth?: boolean;
275
275
  shortMonth?: boolean;
276
+ timezoneLabel?: string;
276
277
  };
277
278
  declare const Datepicker: React__default.FC<DatepickerProps>;
278
279