UNPKG

spin-wheel-game

Version:
5 lines (4 loc) 193 B
import { ISegments, ISpinWheelProps } from "./components/SpinWheel.interface"; import SpinWheel from "./components/SpinWheel"; export type { ISegments, ISpinWheelProps }; export { SpinWheel };