MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / SectionHeaderProps

Interface SectionHeaderProps

src/components/TenacitOS/SectionHeader.tsx:6–8  ·  view source on GitHub ↗

* SectionHeader Component * Based on Component/SectionHeader from tenacios-design.json

Source from the content-addressed store, hash-verified

4 */
5
6interface SectionHeaderProps {
7 label: string;
8}
9
10export function SectionHeader({ label }: SectionHeaderProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected