MCPcopy Create free account
hub / github.com/evolify/dumpfun / Props

Interface Props

common/components/token-list/table.tsx:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import { cn } from "@/lib/utils"
25
26interface Props {
27 data: PoolInfo[]
28 duration: Duration
29 onItemClick: (data: PoolInfo) => void
30}
31
32export default function DataTable({ data, duration, onItemClick }: Props) {
33 const { tableRef } = useStickyTable()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected