mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
declare module '*.svg' {
|
|
import { FunctionComponent, SVGProps } from 'react';
|
|
const _: FunctionComponent<SVGProps<HTMLOrSVGElement>>;
|
|
export = _;
|
|
}
|