@ambuj.bhaskar/react-component-library 0.18.0-alpha → 0.18.1-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/assets/index.css +1 -1
- package/dist/index.cjs +66 -66
- package/dist/index.d.ts +7 -0
- package/dist/index.js +4904 -4866
- package/dist/index.umd.js +70 -70
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,13 @@ import { SetStateAction } from 'react';
|
|
|
8
8
|
import { TableProps as TableProps_2 } from 'antd';
|
|
9
9
|
import { TimeRangePickerProps } from 'antd';
|
|
10
10
|
|
|
11
|
+
export declare const Backdrop: default_2.FC<BackdropProps>;
|
|
12
|
+
|
|
13
|
+
export declare interface BackdropProps extends ComponentProps<"div"> {
|
|
14
|
+
onClick: () => void;
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
11
18
|
export declare const Badge: React.FC<BadgeProps>;
|
|
12
19
|
|
|
13
20
|
export declare interface BadgeProps extends ComponentProps<"div"> {
|