UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 203 B
export interface WingBlankProps { size?: 'sm' | 'md' | 'lg'; style?: any; /** web only */ prefixCls?: string; /** web only */ className?: string; } export default WingBlankProps;