MCPcopy
hub / github.com/shuding/cobe / IpGlobeProps

Interface IpGlobeProps

website/app/ip/IpGlobe.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { useEffect, useRef } from 'react'
5
6interface IpGlobeProps {
7 lat: number | null
8 lon: number | null
9 city: string | null
10}
11
12const EASING_FACTOR = 0.05
13const STOP_THRESHOLD = 0.0001

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…