import { Button } from "@/components/ui/button" interface FacturaActionsProps { onGenerarXml: () => void } export function FacturaActions({ onGenerarXml }: FacturaActionsProps) { return (