File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2244,7 +2244,7 @@ export interface NativeControlProps extends NativeFrameworkElementProps {
2244
2244
fontStretch ?: Enums . FontStretch ;
2245
2245
fontSize ?: number ;
2246
2246
fontFamily ?: string ;
2247
- tabIndex ?: 0 | - 1 | undefined ;
2247
+ tabIndex ?: number ;
2248
2248
characterSpacing ?: number ;
2249
2249
borderThickness ?: Thickness ;
2250
2250
borderBrush ?: ColorValue ;
@@ -4206,7 +4206,7 @@ export interface NativeContentLinkProps extends NativeInlineProps {
4206
4206
xyFocusRightNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4207
4207
xyFocusLeftNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4208
4208
xyFocusDownNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4209
- tabIndex ?: 0 | - 1 | undefined ;
4209
+ tabIndex ?: number ;
4210
4210
isTabStop ?: boolean ;
4211
4211
elementSoundMode ?: Enums . ElementSoundMode ;
4212
4212
cursor ?: Enums . CoreCursorType ;
@@ -4237,7 +4237,7 @@ export interface NativeHyperlinkProps extends NativeSpanProps {
4237
4237
xyFocusRightNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4238
4238
xyFocusLeftNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4239
4239
xyFocusDownNavigationStrategy ?: Enums . XYFocusNavigationStrategy ;
4240
- tabIndex ?: 0 | - 1 | undefined ;
4240
+ tabIndex ?: number ;
4241
4241
isTabStop ?: boolean ;
4242
4242
onClick ?: ( event : NativeSyntheticEvent < TypedEvent < NativeHyperlinkClickEventArgs > > ) => void ;
4243
4243
onGotFocus ?: ( event : NativeSyntheticEvent < undefined > ) => void ;
You can’t perform that action at this time.
0 commit comments