/** * Code Export Property-Based Tests * * **Feature: llm2ui, Property 8: 代码导出语法正确性** * **Validates: Requirements 9.2, 9.3, 9.4** * * Tests that for any valid UISchema: * - JSON export produces valid JSON that can be parsed back * - Vue3 export produces syntactically valid Vue SFC structure * - React export produces syntactically valid JSX/TSX structure */ export {}; //# sourceMappingURL=export.test.d.ts.map