mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
chore: fix some error declaration (#3099)
This commit is contained in:
parent
9d9185127c
commit
a4be70334d
@ -10,6 +10,7 @@ export interface CardProps {
|
||||
style?: React.CSSProperties;
|
||||
loading?: boolean;
|
||||
children?: any;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
export default (props: CardProps) => {
|
||||
|
@ -69,7 +69,7 @@ export type WrappedFormUtils = {
|
||||
rules?: Array<any>;
|
||||
/** 是否和其他控件互斥,特别用于 Radio 单选控件 */
|
||||
exclusive?: boolean;
|
||||
}): Array<any>;
|
||||
}): (node: React.ReactNode) => React.ReactNode;
|
||||
}
|
||||
|
||||
export interface FormComponentProps {
|
||||
|
Loading…
Reference in New Issue
Block a user