mirror of
https://github.com/ollama/ollama.git
synced 2026-04-19 13:54:19 +02:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|