5 lines
128 B
TypeScript
Raw Permalink Normal View History

2024-09-24 20:57:08 +04:00
declare module '*.svg' {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}