MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / CardHeaderProps

Interface CardHeaderProps

frontend/src/components/cards/CardHeader.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { IoClose } from 'react-icons/io5'
5
6interface CardHeaderProps {
7 side: 'front' | 'back'
8 onFlip: () => void
9 onSave: () => void
10}
11
12function CardHeader({ side, onFlip, onSave }: CardHeaderProps) {
13 const { t } = useTranslation()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected