diff --git a/components/tabs/index.tsx b/components/tabs/index.tsx index 5cde7c8dab..88ff724a56 100755 --- a/components/tabs/index.tsx +++ b/components/tabs/index.tsx @@ -34,6 +34,8 @@ export interface TabPaneProps { /** 选项卡头显示文字 */ tab?: React.ReactNode | string; style?: React.CSSProperties; + className?: string; + disabled?: boolean; } export default class Tabs extends React.Component {