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