@carbonorm/carbonreact 4.0.24 → 5.0.4

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
@@ -22,6 +22,8 @@ export { default as Loading } from "./components/Loading/Loading";
22
22
  export * from "./components/Loading/Loading";
23
23
  export { default as Nest } from "./components/Nest/Nest";
24
24
  export * from "./components/Nest/Nest";
25
+ export { default as OutsideClickHandler } from "./components/OutsideClickHandler/OutsideClickHandler";
26
+ export * from "./components/OutsideClickHandler/OutsideClickHandler";
25
27
  export { default as Popup } from "./components/Popup/Popup";
26
28
  export * from "./components/Popup/Popup";
27
29
  export { default as CarbonWebSocket } from "./components/WebSocket/CarbonWebSocket";