mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-15 19:02:42 -04:00
Formatting
This commit is contained in:
Vendored
+3
-3
@@ -2,11 +2,11 @@
|
||||
|
||||
declare module '*.svg' {
|
||||
import React from 'react'
|
||||
|
||||
|
||||
export const ReactComponent: React.FunctionComponent<
|
||||
React.SVGProps<SVGSVGElement> & { title?: string }
|
||||
>
|
||||
|
||||
|
||||
const src: string
|
||||
export default src
|
||||
}
|
||||
@@ -29,4 +29,4 @@ declare module '*.jpeg' {
|
||||
declare module '*.gif' {
|
||||
const content: string
|
||||
export default content
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user