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