mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
删除无效代码
This commit is contained in:
parent
eb30ccd9f5
commit
f479d5887a
@ -24,11 +24,10 @@ export interface TabProps extends Schema {
|
||||
}
|
||||
|
||||
export interface TabsProps extends RendererProps {
|
||||
mode?: '' | 'line' | 'card' | 'radio';
|
||||
tabsMode?: '' | 'line' | 'card' | 'radio';
|
||||
mode?: '' | 'line' | 'card' | 'radio' | 'vertical';
|
||||
tabsMode?: '' | 'line' | 'card' | 'radio' | 'vertical';
|
||||
activeKey: string | number;
|
||||
contentClassName: string;
|
||||
handleSelect?: Function;
|
||||
location?: any;
|
||||
mountOnEnter?: boolean;
|
||||
unmountOnExit?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user