UNPKG

trs-ui-app

Version:

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

8 lines (7 loc) 126 B
export interface Tab { id: string; type: string; title: string; uiSchema?: object; coms?: Tab[]; }