MCPcopy
hub / github.com/mantinedev/ui.mantine.dev / HomePageProps

Interface HomePageProps

components/HomePage/HomePage.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { CategoriesList } from './CategoriesList/CategoriesList';
5
6interface HomePageProps {
7 componentsCountByCategory: Record<string, number>;
8}
9
10export function HomePage({ componentsCountByCategory }: HomePageProps) {
11 const allComponentsCount = Object.keys(componentsCountByCategory).reduce(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected