UNPKG

react-casino-roulette-updated

Version:
8 lines (7 loc) 382 B
import { RouletteLayoutType } from '../../types'; /** * Returns the numbers for the roulette wheel in the official order. * @param layoutType european or american * @see https://en.wikipedia.org/wiki/Roulette#:~:text=the%20winning%20number.-,Roulette%20wheel%20number%20sequence,-%5Bedit%5D */ export declare const getWheelNumbers: (layoutType: RouletteLayoutType) => string[];