UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 273 B
import * as React from 'react'; import WingBlankProps from './WingBlankPropsType'; export default class WingBlank extends React.Component<WingBlankProps, any> { static defaultProps: { prefixCls: string; size: string; }; render(): JSX.Element; }