mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
declare module '*.svg' {
|
||
|
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
||
|
export default content;
|
||
|
}
|