import { ISegments, ISpinWheelProps } from "./components/SpinWheel.interface";
import SpinWheel from "./components/SpinWheel";
export type { ISegments, ISpinWheelProps };
export { SpinWheel };
