UNPKG

react-floating-profile

Version:

React component to display your github profile <p align="left"> <a href="https://www.npmjs.com/package/react-floating-profile"><img src="https://flat.badgen.net/npm/v/react-floating-profile" alt="react-floating-profile version" /></a> <a href="http

8 lines (7 loc) 277 B
import { LocationType } from "../../../types.js"; interface FloatingIconPropTypes { avatar_url: string; location: LocationType; } export default function FloatingIcon({ avatar_url, location }: FloatingIconPropTypes): import("react/jsx-runtime").JSX.Element; export {};