Browse Source

fix: Switch tabIndex type (#30416)

pull/30435/head
Ștefan Filip 4 years ago
committed by GitHub
parent
commit
02339b5f42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/switch/index.tsx

1
components/switch/index.tsx

@ -27,6 +27,7 @@ export interface SwitchProps {
autoFocus?: boolean;
style?: React.CSSProperties;
title?: string;
tabIndex?: number;
}
interface CompoundedComponent

Loading…
Cancel
Save