@tplc/wot
Version:
24 lines (19 loc) • 729 B
text/typescript
/*
* @Author: weisheng
* @Date: 2021-12-21 14:22:03
* @LastEditTime: 2024-03-15 16:55:30
* @LastEditors: weisheng
* @Description:
* @FilePath: \wot-design-uni\src\uni_modules\wot-design-uni\index.ts
* 记得注释
*/
export { useToast } from './components/wd-toast'
export { useMessage } from './components/wd-message-box'
export * from './components/composables'
export * from './components/wd-notify'
// 保留原有的 dayjs 导出方式
export { dayjs } from './components/common/dayjs'
export * as CommonUtil from './components/common/util'
export * as clickOut from './components/common/clickoutside'
export * from './locale'
export type { ConfigProviderThemeVars } from './components/wd-config-provider/types'