@taxbit/react-sdk 0.0.5 → 0.0.6

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.
@@ -1,2 +1,3 @@
1
1
  export * from "../paths/TaxDocumentationPath";
2
2
  export * from "../widgets/TaxDocumentationWidget";
3
+ export * from "../hooks/useTaxBit";
@@ -9338,5 +9338,6 @@ const Wi = (e, n) => `https://api.multi1.enterprise${n === "STAGING" ? "-staging
9338
9338
  export {
9339
9339
  Qi as TaxDocumentationDAC7Widget,
9340
9340
  li as TaxDocumentationPath,
9341
- _i as TaxDocumentationWidget
9341
+ _i as TaxDocumentationWidget,
9342
+ zi as useTaxBit
9342
9343
  };