UNPKG

expo-custom-navigation

Version:
70 lines (69 loc) 1.91 kB
import { itemProps, defaultHeaderProps } from "./constants"; export declare const defaultItemStyle: (itemStyle: itemProps | any) => { width: any; margin: any; marginStart: any; marginEnd: any; marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; marginVertical: any; marginHorizontal: any; minWidth: any; maxWidth: any; minHeight: any; maxHeight: any; padding: any; paddingStart: any; paddingEnd: any; paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; paddingVertical: any; paddingHorizontal: any; borderWidth: any; borderTopWidth: any; borderBottomWidth: any; borderStartWidth: any; borderEndWidth: any; borderLeftWidth: any; borderRightWidth: any; borderColor: any; borderTopColor: any; borderBottomColor: any; borderStartColor: any; borderEndColor: any; borderLeftColor: any; borderRightColor: any; borderRadius: any; borderTopLeftRadius: any; borderTopRightRadius: any; borderTopStartRadius: any; borderTopEndRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; borderBottomStartRadius: any; borderBottomEndRadius: any; }; export declare const defaultHeaderTitleStyle: (headerStyle: typeof defaultHeaderProps | any) => { fontFamily: any; fontSize: any; fontStyle: any; fontWeight: any; letterSpacing: any; textTransform: any; textDecorationColor: any; textDecorationLine: any; textDecorationStyle: any; }; export declare const defaultHeaderStyle: (headerStyle: typeof defaultHeaderProps | any) => { backgroundColor: any; height: any; shadowColor: any; shadowOffset: any; shadowOpacity: any; shadowRadius: any; elevation: any; };