/** * Component Registry Property-Based Tests * * **Feature: llm2ui, Property 4: 组件注册表查找一致性** * **Validates: Requirements 6.2, 6.4** * * Tests that for any registered component, lookup operations are consistent: * - After registering a component, get() returns the same definition * - has() correctly reflects registration state * - getAll() includes all registered components */ export {}; //# sourceMappingURL=component-registry.test.d.ts.map