index.ts 711 B

12345678910111213141516171819202122
  1. /*
  2. * @Author: weisheng
  3. * @Date: 2021-12-21 14:22:03
  4. * @LastEditTime: 2024-03-15 16:55:30
  5. * @LastEditors: weisheng
  6. * @Description:
  7. * @FilePath: \wot-design-uni\src\uni_modules\wot-design-uni\index.ts
  8. * 记得注释
  9. */
  10. export { useToast } from './components/wd-toast'
  11. export { useMessage } from './components/wd-message-box'
  12. export { useQueue } from './components/composables/useQueue'
  13. export * from './components/wd-notify'
  14. export { dayjs } from './components/common/dayjs'
  15. export * as CommonUtil from './components/common/util'
  16. export * as clickOut from './components/common/clickoutside'
  17. export * from './locale'
  18. export type { ConfigProviderThemeVars } from './components/wd-config-provider/types'