UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

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