UNPKG

softchatjs-react-native

Version:

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

10 lines 329 B
// src/components/Chat/ChatItem/Document.tsx import { View, Text } from "react-native"; import React from "react"; function Document() { return /* @__PURE__ */ React.createElement(View, null, /* @__PURE__ */ React.createElement(Text, null, "Document")); } export { Document as default }; //# sourceMappingURL=Document.mjs.map