MCPcopy
hub / github.com/Nutlope/self.so / SkillsProps

Interface SkillsProps

components/resume/Skills.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type Skills = readonly string[];
6
7interface SkillsProps {
8 skills: Skills;
9 className?: string;
10}
11
12/**
13 * Skills section component

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected