fleet/frontend/typings/index.d.ts

10 lines
169 B
TypeScript
Raw Normal View History

/**
* A file that contains the custom typings for fleets own modules and libraries
*/
// PNG assests
2021-04-14 16:52:15 +00:00
declare module "*.png" {
const value: any;
export = value;
}