react-navigation-stack
Version:
Stack navigator component for React Navigation
5 lines (4 loc) • 428 B
TypeScript
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 {};