@regenbio/regenbio-components-react 1.4.32 → 1.4.33

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/build/index.d.ts CHANGED
@@ -56,6 +56,7 @@ import useRbMessage from "./services/hooks/feedback/useRbMessage";
56
56
  import useRbNotification from "./services/hooks/feedback/useRbNotification";
57
57
  import useRbFeedback from "./services/hooks/feedback/useRbFeedback";
58
58
  import useRbDesensitization from "./services/hooks/useRbDesensitization";
59
+ import useRbDownloader from "./services/hooks/useRbDownloader";
59
60
  import CommonConstant from "./services/constants/commonConstant";
60
61
  import IconConstant from "./services/constants/iconConstant";
61
62
  import DbConstant from "./services/constants/dbConstant";
@@ -106,7 +107,7 @@ export { EventEnum, StorageEnum };
106
107
  export { CommonConstant, IconConstant, DbConstant };
107
108
  export { RespDTO, ConstantListItem, DictListItem, PageParams, RbInitialStateReqProps, RbInitialStateRespProps, RbGlobalStateType, RbGlobalFunctionType };
108
109
  export { BaseDO, BaseRelativeDO, TokenDO };
109
- export { useRbDictionary, useRbValueEnum, useRbAuthorize, useRbMessage, useRbNotification, useRbFeedback, useRbDesensitization };
110
+ export { useRbDictionary, useRbValueEnum, useRbAuthorize, useRbMessage, useRbNotification, useRbFeedback, useRbDesensitization, useRbDownloader };
110
111
  export { zhCN, enUS };
111
112
  declare const _default: {
112
113
  RbDataTable: <DataSource, U, ValueType = "text">(props: RbDataTableProps<DataSource, U, ValueType>) => any;