@conboai/storybook.components 0.2.21 → 0.2.22
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.
|
@@ -13,4 +13,4 @@ export declare const convertLocalToUTC: (localDateStr: string, timeZone: string)
|
|
|
13
13
|
export declare const convertUTCToTimeZone: (utcDateStr: string, timeZone: string) => string;
|
|
14
14
|
export declare const convertTimezone: (dateString: Date | undefined, targetTimezone: string) => string;
|
|
15
15
|
export declare const convertLocalToUTCWithFormattedDate: (inputDate: Date, timezone: string) => string;
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const convertDateFromUTCWithFormattedDateAndDuration: (inputDate: Date, timezone: string, duration: number) => string;
|
|
@@ -59100,7 +59100,7 @@ export {
|
|
|
59100
59100
|
u4 as addMillisecondsToDate,
|
|
59101
59101
|
j4 as columnDefs,
|
|
59102
59102
|
z4 as columns,
|
|
59103
|
-
F4 as
|
|
59103
|
+
F4 as convertDateFromUTCWithFormattedDateAndDuration,
|
|
59104
59104
|
ex as convertLocalToUTC,
|
|
59105
59105
|
$4 as convertLocalToUTCWithFormattedDate,
|
|
59106
59106
|
N4 as convertTimezone,
|