FunctionButton({ children, type, primary, secondary, small, className, disabled }: Props)
src/components/Button/Button.jsx:18
FunctionDeveloperCard({
rank,
name,
username,
profilePicture,
company,
followers,
totalStarred,
repositoriesCount,
src/components/DeveloperCard/DeveloperCard.jsx:28
FunctionItem({ children, to, isActive, exact, outside, className, activeClassName }: Props)
src/components/LinkBar/Item.jsx:19
FunctionLinkButton({ children, to, primary, secondary, small, className }: Props)
src/components/LinkButton/LinkButton.jsx:18
FunctionLocationCard({
rank,
name,
slug,
totalRepositories,
totalDevelopers,
language,
}: Props)
src/components/LocationCard/LocationCard.jsx:23
FunctionRepoCard({ rank, slug, description, language, stars, forks, githubCreatedAt }: Props)
src/components/RepoCard/RepoCard.jsx:26