MCPcopy Create free account
hub / github.com/experdot/pointer / HeaderProps

Interface HeaderProps

src/renderer/src/components/editors/ChatEditor/Header.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import './Header.css'
8
9interface HeaderProps {
10 page: ChatPage
11 onGenerate?: (options: GenerateOptions) => Promise<void>
12}
13
14export function Header({ page, onGenerate }: HeaderProps): React.JSX.Element {
15 const [isEditing, setIsEditing] = useState(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected