status-web/packages/icons/react-native-svg.d.ts

9 lines
142 B
TypeScript

import 'react-native-svg'
declare module 'react-native-svg' {
export interface SvgProps {
xmlns?: string
xmlnsXlink?: string
}
}