UNPKG

react-navigation-stack

Version:
7 lines (6 loc) 163 B
/// <reference types="react" /> declare type Props = { tintColor: string; }; export default function BackButton({ tintColor }: Props): JSX.Element; export {};