Documentation Index
Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
Use this file to discover all available pages before exploring further.
SmartFillPreviewDialog component
Props
onOpenChange
(open: boolean) => void
required
onOpenChange
onApply
(options: ApplyExtractionOptions) => Promise<void>
required
onApply
Usage
import { SmartFillPreviewDialog } from '@/components/SmartFillPreviewDialog';
export default function Example() {
return (
<SmartFillPreviewDialog open={open} onOpenChange={onOpenChange} extracted={extracted} diff={diff} onApply={onApply} />
);
}