UNPKG

antd-mobile

Version:

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

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