mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
chore: fix hideRequiredMark ts definition of Form (#5112)
This commit is contained in:
parent
4bcf7f41f3
commit
4019ef4b0c
@ -24,7 +24,7 @@ export interface FormProps {
|
||||
style?: React.CSSProperties;
|
||||
className?: string;
|
||||
prefixCls?: string;
|
||||
hideRequiredMark?: false;
|
||||
hideRequiredMark?: boolean;
|
||||
}
|
||||
|
||||
// function create
|
||||
|
Loading…
Reference in New Issue
Block a user