UNPKG

antd-mobile

Version:

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

11 lines (10 loc) 265 B
/// <reference types="react" /> import React from 'react'; export default class Item extends React.Component<any, any> { static defaultProps: { prefixCls: string; disabled: boolean; }; static myName: string; render(): JSX.Element; }