Home
last modified time | relevance | path

Searched refs:NativeViewProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DView.d.ts3 type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>; alias
120 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
H A DView.js.map1NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>;\n\n/**\n…
/expo/packages/html-elements/src/primitives/
H A DView.tsx14 type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>;
146 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;