Searched refs:WebViewProps (Results 1 – 4 of 4) sorted by relevance
116 export type WebViewProps = { alias120 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
1 …WebViewProps = {\n style?: StyleProp<ViewStyle>;\n\n accessibilityRole?:\n | 'list'\n | 'l…
130 export type WebViewProps = {146 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
63 export { default as WebView, Props as WebViewProps } from './ExpoWebView';