This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/frontend/src/vite-env.d.ts

11 lines
235 B
TypeScript
Raw Normal View History

2023-08-28 15:40:33 +02:00
/// <reference types="vite/client" />
declare module '*.svg' {
import React = require('react')
export const ReactComponent: React.FunctionComponent<
React.SVGProps<SVGSVGElement>
>
const src: string
export default src
}