mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-23 15:08:27 +00:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
declare module '*.svg' {
|
|
const content: string;
|
|
export default content;
|
|
} |