MCPcopy
hub / github.com/Nutlope/self.so / UsernameEditorContentProps

Interface UsernameEditorContentProps

components/UsernameEditorView.tsx:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { Label } from '@/components/ui/label';
23
24interface UsernameEditorContentProps {
25 initialUsername: string;
26 onClose: () => void;
27 prefix?: string;
28}
29
30function UsernameEditorContent({
31 initialUsername,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected