@paraboly/react-native-card
Version:
Fully customizable Card View for React Native.
13 lines (12 loc) • 486 B
TypeScript
import { ViewStyle, TextStyle } from "react-native";
interface Style {
contentContainer: ViewStyle;
topRightTextStyle: TextStyle;
bottomRightTextStyle: TextStyle;
topRightContainer: ViewStyle;
bottomRightContainer: ViewStyle;
shadowStyle: ViewStyle;
}
export declare const _container: (containerHeight: number | undefined, iconDisable: boolean, borderRadius: number, backgroundColor: string) => ViewStyle;
declare const _default: Style;
export default _default;