ChipListDeleteEvent
Represents the arguments for the chip deletion event.
Props
The following table outlines the props for the ChipListDeleteEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| chips | string[] | ChipItemProps[] | - | Specifies the remaining chips after deletion. |
| event | MouseEvent | KeyboardEvent | - | Specifies the event that triggered the delete action. |