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