UNPKG

artwork-react-native

Version:

artwork design master for react-native

12 lines (11 loc) 315 B
/// <reference types="react" /> import React from 'react'; export interface ButtonProps { type?: 'primary' | 'warning' | 'ghost'; size?: 'large' | 'small'; activeStyle?: boolean | Object; disabled?: boolean; onClick?: (x?: any) => void; loading?: boolean; style?: React.CSSProperties; }