UNPKG

trs-ui-app

Version:

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

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