UNPKG

168 BTypeScriptView Raw
1import { Component } from 'react';
2export default class Item extends Component<any, any> {
3 shouldComponentUpdate(...args: any[]): any;
4 render(): JSX.Element;
5}