mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
declare module "*.svg" {
|
|
const url: string;
|
|
export default url;
|
|
}
|