MCPcopy
hub / github.com/ourongxing/newsnow / ItemsProps

Interface ItemsProps

src/components/column/card.tsx:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { safeParseString } from "~/utils"
8
9export interface ItemsProps extends React.HTMLAttributes<HTMLDivElement> {
10 id: SourceID
11 /**
12 * 是否显示透明度,拖动时原卡片的样式
13 */
14 isDragging?: boolean
15 setHandleRef?: (ref: HTMLElement | null) => void
16}
17
18interface NewsCardProps {
19 id: SourceID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected