MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Props

Interface Props

tools/debug-console/components/WorkspaceIndicator.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { useT } from "@/lib/i18n-client";
3
4interface Props {
5 value: string | null;
6}
7
8/**
9 * 控制台顶栏 workspace 指示器——**只读**显示「当前查的是哪个知识库」。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected