Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Kilo-Org/kilocode
/ TabProps
Interface
TabProps
packages/kilo-docs/components/Tabs.tsx:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
const TAB_SYNC_EVENT =
"kilo-tab-select"
4
5
interface TabProps {
6
label: string
7
children: ReactNode
8
}
9
10
interface TabsProps {
11
children: ReactNode
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected