@koredev/kore-web-sdk 11.19.0-rc.b432c67 → 11.19.0-rc.f08d30b

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.
@@ -2,6 +2,7 @@ import BaseChatTemplate from '../baseChatTemplate';
2
2
  import './datePicker.scss';
3
3
  import { h } from 'preact';
4
4
  export declare function DatePickerExt(props: any): h.JSX.Element;
5
+ export declare function DatePickerInline(props: any): h.JSX.Element;
5
6
  export declare function DatePicker(props: any): h.JSX.Element | undefined;
6
7
  declare class TemplateDatePicker extends BaseChatTemplate {
7
8
  hostInstance: any;
@@ -2,6 +2,7 @@ import BaseChatTemplate from '../baseChatTemplate';
2
2
  import './dateRange.scss';
3
3
  import { h } from 'preact';
4
4
  export declare function DateRangeExt(props: any): h.JSX.Element;
5
+ export declare function DateRangeInline(props: any): h.JSX.Element;
5
6
  export declare function DateRange(props: any): h.JSX.Element | undefined;
6
7
  declare class TemplateDatePicker extends BaseChatTemplate {
7
8
  hostInstance: any;