mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
declare module '*.svg' {
|
|
import type React from 'react'
|
|
|
|
const content: React.FC<React.SVGProps<SVGElement>>
|
|
export default content
|
|
}
|