Skip to content

Commit 6a25385

Browse files
author
Simon Planinschek
committed
Updated type to interface
1 parent 3f5ccb9 commit 6a25385

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/types.ts

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

0 commit comments

Comments
 (0)