mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 00:05:40 +02:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
declare module '*.svg' {
|
|
const content: string;
|
|
export default content;
|
|
} |