UNPKG

antd-mobile

Version:

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

8 lines (7 loc) 176 B
import * as React from 'react'; export default class Icon extends React.Component<any, any> { static defaultProps: { className: string; }; render(): any; }