ant-design-vue/typings/custom-typings.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

2020-10-19 16:43:10 +08:00
declare module 'omit.js';
declare module '*.json' {
const value: any;
export const version: string;
export default value;
}