chore: fix hideRequiredMark ts definition of Form (#5112)

This commit is contained in:
feng zhi hao 2017-03-01 09:13:26 +08:00 committed by Wei Zhu
parent 4bcf7f41f3
commit 4019ef4b0c

View File

@ -24,7 +24,7 @@ export interface FormProps {
style?: React.CSSProperties;
className?: string;
prefixCls?: string;
hideRequiredMark?: false;
hideRequiredMark?: boolean;
}
// function create