UNPKG
@arenastudio/league-logos
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
github.com/arenastudio/league-logos
@arenastudio/league-logos
/
dist
/
index.d.ts
9 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ComponentType
,
SVGAttributes
}
from
'react'
;
interface
Props
extends
SVGAttributes
<
SVGElement
> {
size
?:
string
|
number
; }
type
Icon
=
ComponentType
<
Props
>;
export
const
Bills
:
Icon
;