@ambuj.bhaskar/react-component-library 0.24.14-alpha → 0.24.16-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
@@ -3,6 +3,7 @@ import { default as default_2 } from 'react';
3
3
  import { Dispatch } from 'react';
4
4
  import { JSX as JSX_2 } from 'react/jsx-runtime';
5
5
  import { PopoverProps as PopoverProps_2 } from 'antd';
6
+ import { RangePickerProps } from 'antd/es/date-picker';
6
7
  import * as React_2 from 'react';
7
8
  import { ReactNode } from 'react';
8
9
  import { RefObject } from 'react';
@@ -822,7 +823,8 @@ export declare type DateRangePickerProps = {
822
823
  value?: Date[];
823
824
  onChange?: (value: Date[]) => void;
824
825
  className?: string;
825
- showTime?: boolean;
826
+ showTime?: RangePickerProps["showTime"];
827
+ allowClear?: RangePickerProps["allowClear"];
826
828
  format?: DateTimeFormat;
827
829
  presetRanges?: TimeRangePickerProps["presets"];
828
830
  width?: CSSstring;