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
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
3 changed files with 13 additions and 5 deletions

2
src/@types/svg.d.ts vendored
View file

@ -15,6 +15,6 @@ limitations under the License.
*/
declare module "*.svg" {
const content: any;
const content: string;
export default content;
}