/** * @hlw-uni/mp-vue 统一导出 * * 2.0 起合并了原 @hlw-uni/mp-core 全部内容。 * 业务方一处 import,无需再分包: * import { useMsg, useTheme, ... } from "@hlw-uni/mp-vue"; * * UI 组件(hlw-page / hlw-button / hlw-ad 等)走 easycom 自动注册,不在这里 export。 */ export * from './core'; export * from './utils'; export type { HlwMenuItem } from './components/hlw-menu/types'; export type { HlwPagingRef, HlwPagingInstance } from './components/hlw-paging/types'; export type { HlwRewardAdResult } from './components/hlw-reward-ad/types'; export { useApp } from './app'; export { hlw, type HlwInstance } from './hlw'; export { vCopy } from './directives';