AdGuardHome/client/global.d.ts

7 lines
160 B
TypeScript
Raw Permalink Normal View History

2024-07-03 13:38:37 +01:00
import React from 'react';
declare module '*.svg' {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}