UNPKG

softchatjs-react-native

Version:

React native UI SDK for softchatjs-core. Create a free account at: https://www.softchatjs.com

10 lines (7 loc) 218 B
import React from 'react'; import { Message } from 'softchatjs-core'; type Props = { message: Message; }; declare function ImageAttachment(props: Props): React.JSX.Element; export { ImageAttachment as default };