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