UNPKG

trs-ui-app

Version:

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

7 lines (6 loc) 124 B
export interface cardType { id: string; type: string; title: string; uiSchema: Record<string, any>; }