fix: typeName 为 any 时转换出的 MixedSetter 缺少 props 的问题

This commit is contained in:
幽城 2020-07-14 21:24:40 +08:00
parent 7549871a13
commit 4b9084f764

View File

@ -155,6 +155,7 @@ function propTypeToSetter(propType: PropType): SetterType {
return {
componentName: 'MixedSetter',
isRequired,
props: {},
};
}