The RemoveFromQueueButton
component can remove a file from the upload queue.
This component extends React.ComponentPropsWithoutRef<"button">
, meaning it accepts all native button
element props.
asChild
Type: boolean
file
Type: QueueFile
Required
RemoveFromQueueButton
must be used inside a Queue
component.