UNPKG

lark-cms

Version:

Multi terminal CMS component library

14 lines (13 loc) 510 B
import React from "react"; /** * 参数: props》 * images 图片地址数组; * thumbnails 缩略图图片地址数组; * texts 文字内容; * previewFooterTexts 打开预览图,底部的显示的文案; * height 图片的高度 * sourcesType 内容的类型,例如:0:图片, 1:视频,2:语音,3:其他 * onViewDetail 函数,查看详情的函数 */ declare const YhwViewImageAndTextRN: (props: any) => React.JSX.Element; export default YhwViewImageAndTextRN;