react-native-apple-card-views
Version:
Fully customizable and perfect clone of Apple, App Store Card Views for React Native
13 lines (12 loc) • 362 B
TypeScript
import { ViewStyle, TextStyle } from 'react-native';
interface Style {
shadowStyle: ViewStyle;
bottomContainer: ViewStyle;
backgroundStyle: ViewStyle;
footnoteTextStyle: TextStyle;
topHeaderContainer: ViewStyle;
smallTitleTextStyle: TextStyle;
largeTitleTextStyle: TextStyle;
}
declare const _default: Style;
export default _default;