/* * @Author: shiguo * @Date: 2022-04-13 12:47:34 * @LastEditors: shiguo * @LastEditTime: 2023-03-23 15:26:14 * @FilePath: /@aks-dev/easyui/src/index.ts */ /// 组件 export * from '../lib/Badge/Badge' export { Hud, showLoading, hideLoading, showToast, showAlertModal, showAlertBottomModal, showAlertSheetModal, showPopoverView, hidePopoverView, showScanner, hideScanner } from '../lib/Hud/Hud' export * from '../lib/Modal/Modal' export { default as MutiPictureView } from '../lib/MutiPictureView/MutiPictureView' export { PictureViewer } from '../lib/PictureViewer/PictureViewer' export { default as RefreshList } from '../lib/RefreshList/RefreshList' export { RefreshState } from '../lib/RefreshList' export { default as TableCell } from '../lib/TableCell/TableCell' export { default as TextInputArea } from '../lib/TextInputArea/TextInputArea' export { default as WithLoadingContainer } from '../lib/WithLoadingContainer/WithLoadingContainer' export { WithLoadingContainerProps, Status } from '../lib/WithLoadingContainer' export { default as StickHeaderView } from '../lib/StickHeaderView/StickHeaderView' export { default as EchartsView } from '../lib/Echarts/EchartsView' export { echarts } from '../lib/Echarts' export { default as RichText } from '../lib/RichText/RichText' export { default as DottedLine } from '../lib/DottedLine/DottedLine' export { default as MenuView } from '../lib/MenuView/MenuView' export { AnimationModal } from '../lib/AnimationModal/AnimationModal' /// 全局适配 export * from '../screen' /// 工具 import * as utils from '../utils' ///  桥接 import * as jsbridge from '../jsbridge' export { utils, jsbridge }