mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
|
import React from 'react';
|
||
|
|
||
|
declare module '*.svg' {
|
||
|
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
||
|
export default content;
|
||
|
}
|