UNPKG

trs-ui-app

Version:

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

6 lines (5 loc) 229 B
import type { SFCWithInstall } from '../types'; import webitem from './index.vue'; declare const WbItem: SFCWithInstall<typeof webitem>; declare const TrsWbItem: SFCWithInstall<typeof webitem>; export { WbItem, TrsWbItem };