index.ts 684 B

12345678910111213141516171819202122
  1. /*
  2. * @Author: weisheng
  3. * @Date: 2021-12-21 14:22:03
  4. * @LastEditTime: 2025-08-26 16:18:07
  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 * from './components/composables'
  13. export * from './components/wd-notify'
  14. export { default as dayjs } from './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'