MCPcopy
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

3const TAB_SYNC_EVENT = "kilo-tab-select"
4
5interface TabProps {
6 label: string
7 children: ReactNode
8}
9
10interface TabsProps {
11 children: ReactNode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected