@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/assets/index.css +1 -1
- package/dist/index.cjs +54 -54
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3290 -3278
- package/dist/index.umd.js +66 -66
- package/package.json +1 -1
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 = {
|