mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
|
|
declare module '*.svg' {
|
||
|
|
const src: string;
|
||
|
|
export default src;
|
||
|
|
}
|