mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
Typescript 头文件的Tabs少一个props描述 (#2043)
This commit is contained in:
parent
739f650d19
commit
1a0e527e09
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -1549,6 +1549,8 @@ interface TabsProps extends React.Props<Tabs> {
|
||||
tabPosition?:TabsPosition,
|
||||
/** 新增和删除页签的回调,在 `type="editable-card"` 时有效*/
|
||||
onEdit?:(targetKey:string, action:any) => void,
|
||||
/** 大小,提供 default 和 small 两种大小 */
|
||||
size? string,
|
||||
|
||||
style?:React.CSSProperties
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user