mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
parent
f93e2be93d
commit
cd7ef52319
32 changed files with 239 additions and 53 deletions
6
components/lib/fileupload/FileUpload.d.ts
vendored
6
components/lib/fileupload/FileUpload.d.ts
vendored
|
@ -236,17 +236,17 @@ export interface FileUploadProps {
|
|||
showCancelButton?: boolean | undefined;
|
||||
/**
|
||||
* Icon of the choose button.
|
||||
* @todo
|
||||
* @deprecated since v3.27.0. Use 'chooseicon' slot.
|
||||
*/
|
||||
chooseIcon?: string | undefined;
|
||||
/**
|
||||
* Icon of the upload button.
|
||||
* @todo
|
||||
* @deprecated since v3.27.0. Use 'updateicon' slot.
|
||||
*/
|
||||
uploadIcon?: string | undefined;
|
||||
/**
|
||||
* Icon of the cancel button.
|
||||
* @todo
|
||||
* @deprecated since v3.27.0. Use 'cancelicon' slot.
|
||||
*/
|
||||
cancelIcon?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue