mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
fix(types): add showScrollIndicator prop to type file (#388)
This commit is contained in:
parent
51cced8c65
commit
a364d3ed67
12
typings/index.d.ts
vendored
12
typings/index.d.ts
vendored
@ -449,6 +449,18 @@ export interface WebViewSharedProps extends ViewProps, IOSWebViewProps, AndroidW
|
||||
*/
|
||||
nativeConfig?: WebViewNativeConfig;
|
||||
|
||||
/**
|
||||
* A Boolean value that controls whether the horizontal scroll indicator is visible
|
||||
* The default value is `true`.
|
||||
*/
|
||||
showsHorizontalScrollIndicator?: boolean;
|
||||
|
||||
/**
|
||||
* A Boolean value that controls whether the vertical scroll indicator is visible
|
||||
* The default value is `true`
|
||||
*/
|
||||
showsVerticalScrollIndicator?: boolean;
|
||||
|
||||
style?: StyleProp<ViewStyle>;
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user