mirror of
https://github.com/status-im/status-web.git
synced 2025-01-13 22:25:43 +00:00
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
|
||
|
}
|
||
|
}
|