UNPKG

spin-wheel-game

Version:
5 lines (4 loc) 167 B
/// <reference types="react" /> import { ISpinWheelProps } from './SpinWheel.interface'; declare const SpinWheel: React.FC<ISpinWheelProps>; export default SpinWheel;