UNPKG

trs-ui-app

Version:

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

5 lines (4 loc) 166 B
import type { SFCWithInstall } from '../types'; import trsuiapp from './index.vue'; declare const TrsUiApp: SFCWithInstall<typeof trsuiapp>; export { TrsUiApp };