UNPKG
antd-mobile-alita
Version:
latest (2.3.4)
2.3.4
基于 React 的移动设计规范实现
mobile.ant.design
ant-design/ant-design-mobile
antd-mobile-alita
/
lib
/
button
/
PropsType.d.ts
7 lines
(6 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
export interface ButtonPropsType { type?:
'primary'
|
'warning'
|
'ghost'
; size?:
'large'
|
'small'
; disabled?: boolean; loading?: boolean; }