UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

11 lines (10 loc) 250 B
import { Testable } from "../../"; export declare type TopBarButtonProps = { onPress: (args?: any) => void; imgSrc?: any; text?: string; goBack?: () => void; testProps?: any; navigation: any; imgStyle?: any; } & Testable;