UNPKG

trs-ui-app

Version:

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

16 lines (15 loc) 312 B
export interface SwitchItem { id: number; icon: string; title: string; checked: boolean; isAnysc?: boolean; confirmDialogOption?: { title?: string; message?: string[]; }; } export interface SwitchList { label?: string; options?: SwitchItem[]; }