fleet/frontend/typings/index.d.ts
2021-04-14 17:52:15 +01:00

10 lines
169 B
TypeScript

/**
* A file that contains the custom typings for fleets own modules and libraries
*/
// PNG assests
declare module "*.png" {
const value: any;
export = value;
}