MCPcopy
hub / github.com/opactorai/Claudable / wrap

Function wrap

stubs/react-icons-fa.tsx:40–40  ·  view source on GitHub ↗
(Icon: IconComponent)

Source from the content-addressed store, hash-verified

38type IconComponent = ComponentType<LucideProps>;
39
40const wrap = (Icon: IconComponent) => (props: LucideProps) => <Icon {...props} />;
41
42export const FaCode = wrap(Code);
43export const FaDesktop = wrap(Monitor);

Callers 1

react-icons-fa.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected