UNPKG

antd-mobile

Version:

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

12 lines (11 loc) 265 B
export interface WhiteSpaceProps { size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; onClick?: () => void; /** web only */ prefixCls?: string; /** web only */ style?: any; /** web only */ className?: string; } export default WhiteSpaceProps;