mirror of
https://github.com/ollama/ollama.git
synced 2025-05-16 14:35:15 +02:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|