mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
declare module '*.svg' {
|
||
|
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
||
|
export default content;
|
||
|
}
|