@ambuj.bhaskar/react-component-library 0.24.6-alpha → 0.24.8-alpha

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.ts CHANGED
@@ -844,6 +844,8 @@ export declare type EventPreviewProps = {
844
844
  focusedIndex?: number;
845
845
  setFocusedIndex?: (index: number) => void;
846
846
  emptyData?: React.ReactNode;
847
+ dateFormat?: Intl.DateTimeFormat;
848
+ timeFormat?: Intl.DateTimeFormat;
847
849
  };
848
850
 
849
851
  declare type EventType = {