UNPKG
react-native-flip-book
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Page Flipper
github.com/sharan036/react-native-flip-book
sharan036/react-native-flip-book
react-native-flip-book
/
lib
/
typescript
/
BookPage
/
BookSpine.d.ts
9 lines
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
import
type
{
Size
}
from
'../types'
;
export
type
IBookSpineProps
= {
right
:
boolean
;
containerSize
:
Size
; };
declare
const
BookSpine
:
React
.
FC
<
IBookSpineProps
>;
export
{
BookSpine
};
//# sourceMappingURL=BookSpine.d.ts.map