all: sync with master
This commit is contained in:
6
client/global.d.ts
vendored
Normal file
6
client/global.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
declare module '*.svg' {
|
||||
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user