react-native-gorgeous-header
Version:
Fully customizable & easy to use gorgeous header view for React Native
18 lines (17 loc) • 515 B
TypeScript
import { ViewStyle, ImageStyle, TextStyle } from "react-native";
interface Style {
container: ViewStyle;
floatLeft: ViewStyle;
floatRight: ViewStyle;
titleTextStyle: TextStyle;
searchBarStyle: ViewStyle;
menuImageStyle: ImageStyle;
topBarContainer: ViewStyle;
searchInputStyle: ViewStyle;
contentContainer: ViewStyle;
searchImageStyle: ImageStyle;
subtitleTextStyle: TextStyle;
profileImageStyle: ImageStyle;
}
declare const _default: Style;
export default _default;