mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
docs: add since comment for FormProps
This commit is contained in:
parent
5b162897a8
commit
c8ba4da309
@ -38,7 +38,13 @@ export interface FormProps extends React.FormHTMLAttributes<HTMLFormElement> {
|
||||
className?: string;
|
||||
prefixCls?: string;
|
||||
hideRequiredMark?: boolean;
|
||||
/**
|
||||
* @since 3.14.0
|
||||
*/
|
||||
labelCol?: ColProps;
|
||||
/**
|
||||
* @since 3.14.0
|
||||
*/
|
||||
wrapperCol?: ColProps;
|
||||
/**
|
||||
* @since 3.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user