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!

17 lines (16 loc) 368 B
export interface ApplyThemeArgs { deckPath: string; theme: string; customizations?: { primaryColor?: string; secondaryColor?: string; fontFamily?: string; customCSS?: string; }; } export declare function applyTheme(args: ApplyThemeArgs): Promise<{ content: { type: string; text: string; }[]; }>;