import { WheelData } from './components/Wheel/types';
export { Wheel } from './components/Wheel';
export type WheelDataType = WheelData;
