UNPKG

react-casino-roulette-updated

Version:
3 lines (2 loc) 140 B
import { BetType, Chips } from '../../types'; export declare const findChipIcon: (bet: BetType, chips: Chips) => string | null | undefined;