feat(project): base smatec's frontend
This commit is contained in:
11
typings.d.ts
vendored
Normal file
11
typings.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import '@umijs/max/typings';
|
||||
|
||||
declare module '*.png' {
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
|
||||
declare module '*.geojson' {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
Reference in New Issue
Block a user