Blame view

src/types/module.d.ts 202 Bytes
vben authored
1
declare module 'ant-design-vue/es/locale/zh_CN';
vben authored
2
vben authored
3
declare module 'globby!/@/router/routes/modules/**/*.@(ts)';
vben authored
4
vben authored
5
declare module 'globby!/@/router/menus/modules/**/*.@(ts)';
vben authored
6
vben authored
7
declare const React: string;