UNPKG

react-web-native-sketch

Version:

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

10 lines (9 loc) 291 B
import { Testable, WithStyles } from "../.."; export declare type NativeButtonOwnProps = { title: string; onPress: () => void; icon?: any; extraItemLeft?: any; extraItemRight?: any; } & Testable; export declare type NativeButtonProps = NativeButtonOwnProps & WithStyles;