mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
type: styles should be optional for cardProps (#47601)
Co-authored-by: yawen.xiao <yawen.xiao@192.168.0.107>
This commit is contained in:
parent
9c72ee3235
commit
c06dc8e960
@ -102,7 +102,7 @@ export type TagConfig = ComponentStyleConfig & Pick<TagProps, 'closeIcon'>;
|
||||
|
||||
export interface CardConfig extends ComponentStyleConfig {
|
||||
classNames?: CardProps['classNames'];
|
||||
styles: CardProps['styles'];
|
||||
styles?: CardProps['styles'];
|
||||
}
|
||||
|
||||
export type DrawerConfig = ComponentStyleConfig &
|
||||
|
Loading…
Reference in New Issue
Block a user