Skip to content

Commit 490aacb

Browse files
authored
chore: update card type (#2863)
1 parent 675dff9 commit 490aacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/card.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export declare class Card extends AntdComponent {
1313
static Meta: typeof Meta;
1414

1515
$props: AntdProps & {
16-
tabBarExtraContent: any;
16+
tabBarExtraContent?: any;
1717
/**
1818
* The action list, shows at the bottom of the Card.
1919
* @type any (slots)
2020
*/
21-
actions: VNodeChild | JSX.Element;
21+
actions?: VNodeChild | JSX.Element;
2222

2323
/**
2424
* Current TabPane's key

0 commit comments

Comments
 (0)