vform3-builds.d.ts 314 B

12345678910111213
  1. /*
  2. * @Description:: 请补充填写
  3. * @Version: 请配置版本号
  4. * @Author: 舟舟
  5. * @Date: 2022-07-06 14:39:51
  6. * @LastEditors: 舟舟
  7. * @LastEditTime: 2022-07-06 14:40:05
  8. * @FilePath: /ouicai_web_framework_vite/src/ss.ts
  9. */
  10. declare module 'vform3-builds' {
  11. const content: any
  12. export = content
  13. }