@faasjs/ant-design 0.0.3-beta.35 → 0.0.3-beta.37

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
@@ -157,7 +157,7 @@ interface FaasDataWrapperProps<T = any> extends FaasDataWrapperProps$1<T> {
157
157
  loading?: JSX.Element;
158
158
  }
159
159
  /**
160
- * FaasDataWrapper component with Loading and ErrorBoundary
160
+ * FaasDataWrapper component with Loading
161
161
  */
162
162
  declare function FaasDataWrapper<T = any>(props: FaasDataWrapperProps<T>): JSX.Element;
163
163