Skip to content

Commit

Permalink
fix for svg typing
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 18, 2024
1 parent 99d6c82 commit 419de0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/kbn-avc-banner/src/custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/

declare module '*.svg' {
const content: string;
// eslint-disable-next-line import/no-default-export
export default content;
}

0 comments on commit 419de0f

Please sign in to comment.