dappconnect-chat-sdk/packages/icons/react-native-svg.d.ts
marcelines a5fdd22d51
Add blur and IconButton variants (#340)
* feat: add blurview to topbar and composer with scroll position

* fix: icon button component and adds scrolls var position for the top bar

* fix: changes from review
2023-02-10 17:25:13 +01:00

9 lines
142 B
TypeScript

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