UNPKG

react-native-svg

Version:
4 lines 171 B
import type { ViewProps as VP } from 'react-native'; type ViewProps = Omit<VP, 'pointerEvents' | 'hitSlop'>; export type { ViewProps }; //# sourceMappingURL=utils.d.ts.map