@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.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
  };