UNPKG

slidev-builder-mcp-v2-protected

Version:

Professional Slidev presentation builder with Git Guardian protection, component library, and AI-powered features. Never lose your presentation work again!

13 lines (12 loc) 354 B
export interface ListComponentsArgs { category?: 'charts' | 'shapes' | 'layouts' | 'interactions' | 'frameworks'; scope?: 'hatch' | 'community' | 'all'; search?: string; author?: string; } export declare function listComponents(args?: ListComponentsArgs): Promise<{ content: { type: string; text: string; }[]; }>;