UNPKG

react-custom-roulette-rtl

Version:

Customizable React roulette wheel with spinning animation RTL

4 lines (3 loc) 140 B
import { WheelData } from './components/Wheel/types'; export { Wheel } from './components/Wheel'; export type WheelDataType = WheelData;