CreateShipmentDialog
File: admin/CreateShipmentDialog.tsx
Category: admin
Props
| Name | Type | Required | Description |
|---|---|---|---|
open | boolean | Yes | - |
onOpenChange | (open: boolean) => void | Yes | - |
onSuccess | () => void | Yes | - |
Usage
tsx
import CreateShipmentDialog from '@/components/admin/CreateShipmentDialog';
<CreateShipmentDialog {...props} />