Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-21 20:48:50 +02:00
parent e45b1a1e41
commit 34f3e62f72
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ limitations under the License.
*/
declare module "*.svg" {
const content: any;
const content: string;
export default content;
}