UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

14 lines (13 loc) 285 B
export interface People { title: string; imgUrl: string; description: string; } export interface Opt { imgAlign?: string; imgWidth?: string; imgHeight?: string; isShowTime?: boolean; descLineNumber?: number; titleLineNumber?: number; }