The ClearQueueButton
component removes all files from an upload queue.
This component extends React.ComponentPropsWithoutRef<"button">
, meaning it accepts all native button
element props.
asChild
Type: boolean
ClearQueueButton
must be used inside a Queue
component.