@ambuj.bhaskar/react-component-library 0.18.14-alpha → 0.18.15-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
@@ -920,6 +920,8 @@ declare type ToastProps = {
920
920
  onClose?: () => void;
921
921
  };
922
922
 
923
+ export declare const ToastProvider: () => JSX_2.Element;
924
+
923
925
  declare type ToastType = "success" | "error" | "info" | "warning";
924
926
 
925
927
  declare function translateCoordinatesWithFixedWidth(coordinates: any, shiftAmount?: number, targetCoordinate?: any): any;