Skip to content

CreateShipmentDialog

File: admin/CreateShipmentDialog.tsx

Category: admin

Props

NameTypeRequiredDescription
openbooleanYes-
onOpenChange(open: boolean) => voidYes-
onSuccess() => voidYes-

Usage

tsx
import CreateShipmentDialog from '@/components/admin/CreateShipmentDialog';

<CreateShipmentDialog {...props} />

Released under Commercial License