MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / IFeatureGridElement

Interface IFeatureGridElement

frontend/components/Home/KeyFeatures.tsx:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68interface IFeatureGridElement {
69 image: string
70 title: string
71 description: string
72}
73
74const FeatureGridElement: React.FC<IFeatureGridElement> = ({
75 image,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected