mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-06 04:09:36 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
declare module '*.json' {
|
|
const src: any;
|
|
export default src;
|
|
}
|