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

Interface Props

common/components/duration-filter.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { Duration } from "@/types"
4
5interface Props {
6 value: Duration
7 onChange: (value: Duration) => void
8}
9
10export default function Filter({ value, onChange }: Props) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected