mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-18 11:47:07 +00:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
declare module '*.svg' {
|
|
const content: string;
|
|
export default content;
|
|
} |