mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module "*.png" {
|
|
const content: string;
|
|
export default content;
|
|
}
|