mirror of
https://github.com/khairul169/home-lab.git
synced 2025-06-17 17:19:33 +07:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
declare module "*.svg" {
|
||
|
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
||
|
export default content;
|
||
|
}
|