/** * @llm2ui/renderer/react - React Integration * * React component wrapper for the LLM2UI JSON Renderer SDK. * * @module @llm2ui/renderer/react * @see Requirements 14.3, 14.5 * * @example * ```tsx * import { LLM2UI } from '@llm2ui/renderer/react'; * * function App() { * return ; * } * ``` */ export * from '../../../../src/sdk/react/index'; //# sourceMappingURL=index.d.ts.map