mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
declare module '*.svg' {
|
|
import type React from 'react'
|
|
|
|
const content: React.FC<React.SVGProps<SVGElement>>
|
|
export default content
|
|
}
|