open/app/env.d.ts

7 lines
140 B
TypeScript
Raw Permalink Normal View History

2025-02-28 19:15:32 +08:00
declare module '*.svg' {
import type React from 'react'
const content: React.FC<React.SVGProps<SVGElement>>
export default content
}