UNPKG

react-native-flip-book

Version:
10 lines 313 B
import React from 'react'; import { SharedValue } from 'react-native-reanimated'; type FrontShadowProps = { degrees: SharedValue<number>; viewHeight: number; right: boolean; }; declare const FrontShadow: React.FC<FrontShadowProps>; export default FrontShadow; //# sourceMappingURL=FrontShadow.d.ts.map