mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 23:46:12 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module "*.png" {
|
|
const value: any;
|
|
export default value;
|
|
}
|