Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
8
app/javascript/types/image.d.ts
vendored
8
app/javascript/types/image.d.ts
vendored
@@ -20,6 +20,14 @@ declare module '*.png' {
|
||||
}
|
||||
|
||||
declare module '*.svg' {
|
||||
import type React from 'react';
|
||||
|
||||
interface SVGPropsWithTitle extends React.SVGProps<SVGSVGElement> {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export const ReactComponent: React.FC<SVGPropsWithTitle>;
|
||||
|
||||
const path: string;
|
||||
export default path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user