UNPKG

antd

Version:

An enterprise-class UI design language and React-based implementation

7 lines (6 loc) 203 B
/// <reference types="react" /> import * as React from 'react'; export default class Item extends React.Component<any, any> { shouldComponentUpdate(...args: any[]): any; render(): JSX.Element; }