Searched refs:NativeViewProps (Results 1 – 3 of 3) sorted by relevance
3 type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>; alias120 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;
1 …NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>;\n\n/**\n…
14 type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>;146 export type ViewProps = WebViewProps & Omit<NativeViewProps, 'style' | 'accessibilityRole'>;