trs-ui-app
Version:
TRS 可视化低代码平台 前端移动 UI 组件库 👍
39 lines (36 loc) • 2.22 kB
JavaScript
import { install } from './defaults.js';
export { TrsUiApp } from './TrsUiApp/index.js';
export { FollowBtn, TrsFollowBtn } from './FollowBtn/index.js';
export { MailBtn, TrsMailBtn } from './MailBtn/index.js';
export { ProfilePhoto, TrsProfilePhoto } from './ProfilePhoto/index.js';
export { TrsWbItemMedia, WbItemMedia } from './WbItemMedia/index.js';
export { Form, TrsForm } from './Form/index.js';
export { Notice, TrsNotice } from './Notice/index.js';
export { NoticeListCard, TrsNoticeListCard } from './NoticeListCard/index.js';
export { NavBar, TrsNavBar } from './NavBar/index.js';
export { IconText, TrsIconText } from './IconText/index.js';
export { BigSwiper, TrsBigSwiper } from './BigSwiper/index.js';
export { DetailInfo, TrsDetailInfo } from './DetailInfo/index.js';
export { CommonContent, TrsCommonContent } from './CommonContent/index.js';
export { TrsTwoColList, TwoColList } from './TwoColList/index.js';
export { DataCard, TrsDataCard } from './DataCard/index.js';
export { ServiceTitle, TrsServiceTitle } from './ServiceTitle/index.js';
export { TabBar, TrsTabBar } from './TabBar/index.js';
export { TabBarGrid, TrsTabBarGrid } from './TabBarGrid/index.js';
export { TabSwitch, TrsTabSwitch } from './TabSwitch/index.js';
export { ChatBar, TrsChatBar } from './ChatBar/index.js';
export { TrsWbList, WbList } from './WbList/index.js';
export { TrsWbItem, WbItem } from './WbItem/index.js';
export { SelectCard, TrsSelectCard } from './SelectCard/index.js';
export { InfoCardList, TrsInfoCardList } from './InfoCardList/index.js';
export { SwitchList, TrsSwitchList } from './SwitchList/index.js';
export { CommentList, TrsCommentList } from './CommentList/index.js';
export { BlockContainer, TrsBlockContainer } from './BlockContainer/index.js';
export { BiliboardList, TrsBiliboardList } from './BiliboardList/index.js';
export { OpenApp, TrsOpenApp } from './OpenApp/index.js';
export { ArticleItem, TrsArticleItem } from './ArticleItem/index.js';
export { ListContainer, TrsListContainer } from './ListContainer/index.js';
export { FooterTab, TrsFooterTab } from './FooterTab/index.js';
export { Icon, TrsIcon } from './Icon/index.js';
var index = { install };
export { index as default };