Props
open
onOpenChange
currentCountry
onSuccess
DefaultCountryDialog component
import { DefaultCountryDialog } from '@/components/DefaultCountryDialog';
export default function Example() {
return (
<DefaultCountryDialog open={open} onOpenChange={onOpenChange} currentCountry={currentCountry} />
);
}