• File: declarations.d.ts
  • Full Path: /var/www/html/gitep_front/src/declarations.d.ts
  • File size: 145 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare module '*.svg?react' {
  import { FC, SVGProps } from 'react';
  const content: FC<SVGProps<SVGSVGElement>>;
  export default content;
}