We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675dff9 commit 490aacbCopy full SHA for 490aacb
types/card.d.ts
@@ -13,12 +13,12 @@ export declare class Card extends AntdComponent {
13
static Meta: typeof Meta;
14
15
$props: AntdProps & {
16
- tabBarExtraContent: any;
+ tabBarExtraContent?: any;
17
/**
18
* The action list, shows at the bottom of the Card.
19
* @type any (slots)
20
*/
21
- actions: VNodeChild | JSX.Element;
+ actions?: VNodeChild | JSX.Element;
22
23
24
* Current TabPane's key
0 commit comments