UNPKG

figma-to-react-mcp

Version:

Convert Figma designs to React components automatically. MCP server with GitHub, Figma, and Playwright integrations for seamless design-to-code workflow.

14 lines 360 B
#!/usr/bin/env node declare class CLISetup { private rl; private isInteractive; private promptText; private promptSecret; private getCursorConfigPath; private updateCursorConfig; private createProjectCursorMcpConfig; private createEnvFile; run(): Promise<void>; } export { CLISetup }; //# sourceMappingURL=cli-setup.d.ts.map