9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
|
import 'react-native-svg'
|
||
|
|
||
|
declare module 'react-native-svg' {
|
||
|
export interface SvgProps {
|
||
|
xmlns?: string
|
||
|
xmlnsXlink?: string
|
||
|
}
|
||
|
}
|