UNPKG

antd-mobile

Version:

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

11 lines (10 loc) 294 B
/// <reference types="react" /> import React from 'react'; import WhiteSpaceProps from './PropsType'; export default class WhiteSpace extends React.Component<WhiteSpaceProps, any> { static defaultProps: { prefixCls: string; size: string; }; render(): JSX.Element; }