UNPKG

dtd

Version:

根据数梦工场视觉规范打造的组件库,感谢react-components和ant design

6 lines (5 loc) 171 B
import * as React from 'react'; export default class Item extends React.Component<any, any> { shouldComponentUpdate(...args: any[]): any; render(): JSX.Element; }