mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-07 09:01:18 +08:00
31 lines
758 B
TypeScript
31 lines
758 B
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
|
|
* 记得注释
|
|
*/
|
|
|
|
// Toast
|
|
export { useToast } from './components/wd-toast'
|
|
// Messageb
|
|
export { useMessage } from './components/wd-message-box'
|
|
|
|
// useQueue
|
|
export { useQueue } from './components/composables/useQueue'
|
|
|
|
// Notify
|
|
export * from './components/wd-notify'
|
|
|
|
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'
|