mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
|
|
declare module "*.svg" {
|
||
|
|
import type { FC, SVGProps } from "react";
|
||
|
|
const content: FC<SVGProps<SVGSVGElement>>;
|
||
|
|
export default content;
|
||
|
|
}
|