mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +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;
|
||||
loading?: boolean;
|
||||
noHovering?: boolean;
|
||||
children?: React.ReactChild;
|
||||
children?: React.ReactNode;
|
||||
id?: string;
|
||||
className?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user