mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-23 11:46:44 +10:00
Typescript 头文件的Tabs少一个props描述 (#2043)
This commit is contained in:
Vendored
+2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user