UNPKG
metasoccer-jersey
Version:
latest (1.0.22)
1.0.22
1.0.21
1.0.20
1.0.14
Generate soccer jerseys in SVG format
github.com/metasoccer/soccer-jersey
metasoccer/soccer-jersey
metasoccer-jersey
/
lib
/
stories
/
ReactTeamPage.d.ts
3 lines
(2 loc)
•
161 B
TypeScript
View Raw
1
2
3
import
{
DrawSoccerJerseyProps
}
from
'../types'
;
export
declare
const
ReactTeamPage
:
(
props
:
DrawSoccerJerseyProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;