UNPKG
dota2-team-randomizer
Version:
latest (1.2.4)
1.2.4
1.2.3
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A React component for randomizing Dota 2 teams with animations and sound effects
dota2-team-randomizer
/
dist
/
Dota2TeamRandomizer.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
'./Dota2TeamRandomizer.css'
;
declare
const
Dota2TeamRandomizer
:
React
.
FC
;
export
default
Dota2TeamRandomizer
;