@ambuj.bhaskar/react-component-library 0.20.8-alpha → 0.20.9-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.cjs +42 -42
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1558 -1558
- package/dist/index.umd.js +43 -43
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1318,7 +1318,7 @@ export declare type TableProps = TableProps_2 & {
|
|
|
1318
1318
|
footerBackgroundColor?: Color;
|
|
1319
1319
|
};
|
|
1320
1320
|
|
|
1321
|
-
declare type TCoordinateType = {
|
|
1321
|
+
export declare type TCoordinateType = {
|
|
1322
1322
|
x: number;
|
|
1323
1323
|
y: number;
|
|
1324
1324
|
};
|
|
@@ -1364,7 +1364,7 @@ export declare const ToastProvider: () => JSX_2.Element;
|
|
|
1364
1364
|
|
|
1365
1365
|
declare type ToastType = "success" | "error" | "info" | "warning";
|
|
1366
1366
|
|
|
1367
|
-
declare type TPositionType = {
|
|
1367
|
+
export declare type TPositionType = {
|
|
1368
1368
|
lat: number;
|
|
1369
1369
|
lng: number;
|
|
1370
1370
|
};
|