UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

7 lines (6 loc) 165 B
export interface ButtonPropsType { type?: 'primary' | 'warning' | 'ghost'; size?: 'large' | 'small'; disabled?: boolean | null; loading?: boolean; }