UNPKG

react-web-native-sketch

Version:

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

14 lines (13 loc) 298 B
export interface ButtonProps { disabled?: boolean; iconLeft?: string; iconRight?: string; href?: string; onPress?: (event?: any) => void; primary?: boolean; raised?: boolean; backgroundColor?: string; labelColor?: string; styles?: any; title?: string; }