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