@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/README.md +34 -34
- package/bin/cli.js +87 -87
- package/dist/assets/index.css +1 -1
- package/dist/index.cjs +71 -71
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3310 -3330
- package/dist/index.umd.js +73 -73
- package/package.json +102 -102
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?:
|
|
826
|
+
showTime?: RangePickerProps["showTime"];
|
|
827
|
+
allowClear?: RangePickerProps["allowClear"];
|
|
826
828
|
format?: DateTimeFormat;
|
|
827
829
|
presetRanges?: TimeRangePickerProps["presets"];
|
|
828
830
|
width?: CSSstring;
|