删除无效代码

This commit is contained in:
catchonme 2019-10-29 14:27:05 +08:00
parent ba1bdd2f3e
commit d3e3bdb908

View File

@ -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;