UNPKG
custom-roulette
Version:
latest (3.11.3)
3.11.3
3.11.2
3.11.1
3.11.0
3.10.0
3.0.9
3.0.8
The best React roulette
github.com/IvanAdmaers/react-roulette-pro
ChainDynamik/custom-roulette
custom-roulette
/
dist
/
types
/
IPrizesWrapperProps.d.ts
9 lines
(8 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
interface
IPrizesWrapperProps
{
children
:
React
.
ReactNode
;
className
?:
string
;
tagName
?:
React
.
ElementType
;
style
?:
React
.
CSSProperties
; }
export
default
IPrizesWrapperProps
;