Files
Schnappix/node_modules/react-native-svg/src/fabric/utils.ts
T

6 lines
138 B
TypeScript

import type { ViewProps as VP } from 'react-native';
type ViewProps = Omit<VP, 'pointerEvents' | 'hitSlop'>;
export type { ViewProps };