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

Interface LoadingStateProps

frontend/src/components/commonUI/LoadingState.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { useTranslation } from 'react-i18next'
3
4interface LoadingStateProps {
5 message?: string
6}
7
8function LoadingState({ message = '' }: LoadingStateProps) {
9 const { t } = useTranslation()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected