mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
![]() |
declare module "*.png" {
|
||
|
const content: string
|
||
|
export = content
|
||
|
}
|