UNPKG

react-native-svg

Version:
6 lines (3 loc) 138 B
import type { ViewProps as VP } from 'react-native'; type ViewProps = Omit<VP, 'pointerEvents' | 'hitSlop'>; export type { ViewProps };