mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
lint fix
This commit is contained in:
parent
d0c20c6e4b
commit
b474d38aa8
4
src/types/SVG.d.ts
vendored
4
src/types/SVG.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
declare module '*.svg' {
|
||||
import * as React from 'react'
|
||||
import type { FunctionComponent, SVGProps } from 'react'
|
||||
|
||||
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>
|
||||
export const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement>>
|
||||
const src: string
|
||||
export default src
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user