react-native-flip-book
Version:
11 lines • 354 B
TypeScript
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 };
//# sourceMappingURL=BookSpine2.d.ts.map