Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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} /> ); }