@ctlyst.id/internal-ui 3.3.15 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
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