mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 13:12:26 +00:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
declare module '*.json' {
|
|
const src: any;
|
|
export default src;
|
|
}
|
|
|
|
declare type Recordable = Record<string, any>;
|