mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 04:43:20 +03:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
|
declare module '*.svg' {
|
||
|
const content: string;
|
||
|
export default content;
|
||
|
}
|