UNPKG

react-navigation-stack

Version:
5 lines (4 loc) 428 B
import type { StackHeaderLeftButtonProps } from '../../types'; declare type Props = StackHeaderLeftButtonProps; export default function HeaderBackButton({ disabled, allowFontScaling, backImage, label, labelStyle, labelVisible, onLabelLayout, onPress, pressColorAndroid: customPressColorAndroid, screenLayout, tintColor: customTintColor, titleLayout, truncatedLabel, accessibilityLabel, style, }: Props): JSX.Element; export {};