UNPKG

react-roulette-pro

Version:
7 lines (6 loc) 119 B
declare type PrizeType = { id: string | number; image: string; text?: string; }; export default PrizeType;