/** * LLM2UI React SDK * * React-specific exports for the LLM2UI SDK. * * @module @llm2ui/renderer/react */ export { LLM2UI, default } from './LLM2UI'; export type { LLM2UIProps, LLM2UIEvent, LLM2UIEventCallback, CustomComponentDefinition } from './LLM2UI'; //# sourceMappingURL=index.d.ts.map