UNPKG

react-casino-roulette-updated

Version:
8 lines (7 loc) 219 B
import type { FC } from 'react'; import { RouletteLayoutType } from '../../../types'; interface INumberBetsProps { layoutType: RouletteLayoutType; } export declare const NumberBets: FC<INumberBetsProps>; export {};