chore: update card type (#2863)
parent
675dff92c1
commit
490aacb7dc
|
@ -13,12 +13,12 @@ export declare class Card extends AntdComponent {
|
||||||
static Meta: typeof Meta;
|
static Meta: typeof Meta;
|
||||||
|
|
||||||
$props: AntdProps & {
|
$props: AntdProps & {
|
||||||
tabBarExtraContent: any;
|
tabBarExtraContent?: any;
|
||||||
/**
|
/**
|
||||||
* The action list, shows at the bottom of the Card.
|
* The action list, shows at the bottom of the Card.
|
||||||
* @type any (slots)
|
* @type any (slots)
|
||||||
*/
|
*/
|
||||||
actions: VNodeChild | JSX.Element;
|
actions?: VNodeChild | JSX.Element;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Current TabPane's key
|
* Current TabPane's key
|
||||||
|
|
Loading…
Reference in New Issue