diff --git a/components/switch/index.tsx b/components/switch/index.tsx index 55c05cc8ff..29ed229c56 100755 --- a/components/switch/index.tsx +++ b/components/switch/index.tsx @@ -27,6 +27,7 @@ export interface SwitchProps { autoFocus?: boolean; style?: React.CSSProperties; title?: string; + tabIndex?: number; } interface CompoundedComponent