mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-17 08:10:30 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|