UNPKG
spin-wheel-game
Version:
latest (1.0.3-alpha.3)
1.1.3-alpha.2
1.1.3-alpha.1
1.1.2-alpha.1
1.1.2-alpha
1.1.1-alpha
1.0.3-alpha.3
0.0.3-alpha-0.1
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
0.0.0
Spin Wheel Game
github.com/Ajay-Maury/spin-wheel-game
Ajay-Maury/spin-wheel-game
spin-wheel-game
/
dist
/
components
/
SpinWheel.d.ts
5 lines
(4 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
ISpinWheelProps
}
from
'./SpinWheel.interface'
;
declare
const
SpinWheel
:
React
.
FC
<
ISpinWheelProps
>;
export
default
SpinWheel
;