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