Home
last modified time | relevance | path

Searched refs:WebViewProps (Results 1 – 4 of 4) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DView.d.ts116 export type WebViewProps = { alias
120 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
H A DView.js.map1WebViewProps = {\n style?: StyleProp<ViewStyle>;\n\n accessibilityRole?:\n | 'list'\n | 'l…
/expo/packages/html-elements/src/primitives/
H A DView.tsx130 export type WebViewProps = {
146 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
/expo/docs/pages/modules/
H A Dnative-view-tutorial.mdx63 export { default as WebView, Props as WebViewProps } from './ExpoWebView';