UNPKG
react-flipping-content
Version:
latest (1.0.1)
1.0.1
1.0.0
A library to handle card flips in React
react-flipping-content
/
lib
/
cjs
/
models.d.ts
4 lines
(3 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
export
declare
type
TFlipDirection
=
'vertical'
|
'horizontal'
;
export
declare
type
TOverrideStyles
=
Partial
<
Record
<
'root'
|
'innerRoot'
|
'cardSide'
,
React
.
CSSProperties
>>;