UNPKG

react-native-pages-flipper

Version:
11 lines (10 loc) 314 B
import React from 'react'; import Animated from 'react-native-reanimated'; import type { Size } from '../types'; export type IBookSpine2Props = { right: boolean; containerSize: Size; degrees: Animated.SharedValue<number>; }; declare const BookSpine2: React.FC<IBookSpine2Props>; export { BookSpine2 };