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
/
OptionsType.d.ts
6 lines
(5 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
OptionsType
= {
stopInCenter
?:
boolean
;
withoutAnimation
?:
boolean
; };
export
default
OptionsType
;