UNPKG
roulette-for-project
Version:
latest (3.1.2)
3.1.2
The best React roulette
react-roulette-pro.ivanadmaers.com
roulette-for-project
/
dist
/
types
/
OptionsType.d.ts
6 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
OptionsType
= {
stopInCenter
?:
boolean
;
withoutAnimation
?:
boolean
; };
export
default
OptionsType
;