mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
fix Card children type (#7030)
This commit is contained in:
parent
a88f8fcc21
commit
b5ad05bc06
@ -13,7 +13,7 @@ export interface CardProps {
|
|||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
loading?: boolean;
|
loading?: boolean;
|
||||||
noHovering?: boolean;
|
noHovering?: boolean;
|
||||||
children?: React.ReactChild;
|
children?: React.ReactNode;
|
||||||
id?: string;
|
id?: string;
|
||||||
className?: string;
|
className?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user