@leapdevuk/component-toolbox 0.0.110 → 0.0.111

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.
@@ -16,3 +16,5 @@ export declare const parseDate: (date: any, formatString: string | undefined, lo
16
16
  export declare const getLocale: (leapContext?: LeapContext) => Locale | undefined;
17
17
  export declare const getLocalDisplayFormattedDate: (value?: string | Date, locale?: Locale) => string;
18
18
  export declare const getLocalDisplayFormattedDateTime: (value?: string | Date, locale?: Locale) => string;
19
+ export declare const getDateTimeWithOffset: (date: string) => Date;
20
+ export declare const isStringNullOrUndefined: (value?: string | null) => boolean;