UNPKG

react-contributors

Version:

A lightweight React component for displaying GitHub repository contributors

7 lines (6 loc) 261 B
import { default as React } from 'react'; import { ProfileComponentProps } from './types'; declare class ProfileComponent extends React.Component<ProfileComponentProps> { render(): import("react/jsx-runtime").JSX.Element; } export default ProfileComponent;