@regenbio/regenbio-components-react 1.2.19 → 1.2.20

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.
@@ -57,4 +57,8 @@ export type RbUserSelectorProps<ValueType = any, OptionType extends BaseOptionTy
57
57
  * 国际化
58
58
  */
59
59
  intl: any;
60
+ /**
61
+ * useContext(FieldContext) 的内容,单独封装的组件无法正常获取到 formRef
62
+ */
63
+ context: any;
60
64
  } & ProFormFieldRemoteProps;