import * as React from "react"; export type IProps = { readonly children?: React.ReactNode // 退出提示 readonly backPress?: () => boolean }