mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
|
declare module '*.json' {
|
||
|
const value: any;
|
||
|
export default value;
|
||
|
}
|
||
|
declare module 'plugin-react-i18n';
|