Skip to content

Commit 04ac85f

Browse files
lukasviceCopilot
andcommitted
make eslint automatic fixes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 32db4f7 commit 04ac85f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import React from 'react'
2-
export interface IconProps extends React.SVGProps<SVGSVGElement> {
2+
export type IconProps = {
33
title?: string
4-
}
4+
} & React.SVGProps<SVGSVGElement>

0 commit comments

Comments
 (0)