reactbits-dev-mcp-server
Version:
MCP server providing access to 135+ animated React components from ReactBits.dev
20 lines • 558 B
TypeScript
export declare const componentPathMap: Record<string, string>;
export declare const componentRegistry: {
lastUpdated: string;
totalComponents: number;
categories: {
name: string;
slug: string;
components: {
name: string;
slug: string;
category: string;
path: string;
hasCSS: boolean;
hasTailwind: boolean;
hasTypeScript: boolean;
dependencies: never[];
}[];
}[];
};
//# sourceMappingURL=component-mappings.d.ts.map