UNPKG

trs-ui-app

Version:

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

6 lines (5 loc) 275 B
import type { SFCWithInstall } from '../types'; import formcellgroup from './index.vue'; declare const FormCellGroup: SFCWithInstall<typeof formcellgroup>; declare const TrsFormCellGroup: SFCWithInstall<typeof formcellgroup>; export { FormCellGroup, TrsFormCellGroup };