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) 214 B
import { Message } from 'softchatjs-core'; import React from 'react'; type SickerProps = { message: Message; }; declare function Sticker(props: SickerProps): React.JSX.Element; export { Sticker as default };