UNPKG

@armin-eslami/wheel-of-fortune

Version:
5 lines (4 loc) 186 B
import React from "react"; import { WheelOfFortuneProps } from "./props/WheelOfFortuneProps"; declare const WheelOfFortune: React.FC<WheelOfFortuneProps>; export default WheelOfFortune;